mirror of
https://github.com/HEYAHONG/HCppBox.git
synced 2025-05-09 00:21:37 +08:00
13 lines
334 B
C
13 lines
334 B
C
/***************************************************************
|
|
* Name: hnet.c
|
|
* Purpose: 实现hnet接口
|
|
* Author: HYH (hyhsystem.cn)
|
|
* Created: 2025-05-03
|
|
* Copyright: HYH (hyhsystem.cn)
|
|
* License: MIT
|
|
**************************************************************/
|
|
#include "hnet.h"
|
|
|
|
#include "hnet/hnet.c"
|
|
|