Skip to content

linux常用接口集合,易于裁剪,随取随用。

Notifications You must be signed in to change notification settings

tianlongqin/tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

编程工具的集合

一、目录结构说明

1、debug 目录

  • debug目录为显示调试信息的接口集合,实现信息输出的相关接口。

2、file 目录

  • file目录为文件操作的相关接口集合,实现关于文件的相关接口。

3、list 目录

  • list目录为链表操作的相关接口集合,实现关于链表的相关接口。

4、share_mem 目录

  • share_mem目录为共享内存接口集合,对system V共享内存接口的外层封装,方便使用。

5、semaphore 目录

  • semaphore目录为信号量接口集合,对system V信号量接口的外层封装,方便使用。

6、thread_pool 目录

  • thread_pool目录为线程池接口集合,对线程池进行了简单的实现,提供了相应接口可以使用。

二、其他说明

1、实现目标

  • 后续会添加更多的工具集合进来,期望更多的接口实现,便于项目使用。

2、项目说明

  • 每个集合之间并没耦合,都可单独使用,根据需要选择集合编译进项目即可。
  • 接口复杂的集合,会有相应的test.c.test示例代码作为参考。
  • 如果有问题,请及时联系我,邮箱[email protected]

About

linux常用接口集合,易于裁剪,随取随用。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published