# mylib_C **Repository Path**: EExuke/mylib_C ## Basic Information - **Project Name**: mylib_C - **Description**: my lib for C interface function and data structure - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-02 - **Last Updated**: 2023-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mylib_C # my lib for C interface function and data structure # reference: 0、库编译制作说明 1、《C语言接口实现》源码 2、《数据结构》 3、自己整理的 C接口代码库 myStruct.h: 存放数据结构定义(以及函数原型声明) myStruct.c: 存放数据结构的方法及操作API # 库仅用于替代API文件 *.c , 所以使用处仍需要存在 *.h 头文件 !