
Linux
tmWin32
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Makefile的一个具体的实例
工程中的代码分别存放在add/add_int.c、add/add_float.c、add/add.h、sub/sub_int.c、sub/sub_float.c、sub/sub.h、main.c中。 文件main.c#include #include "add.h" #include "sub.h"int main(vo转载 2014-07-18 15:51:38 · 731 阅读 · 0 评论 -
跨平台的EVENT事件 windows linux
#ifndef _HIK_EVENT_H_ #define _HIK_EVENT_H_#ifdef _MSC_VER#include #define hik_event_handle HANDLE#else#include typedef struct { bool state; bool manual_reset; pthread_mutex_t mu转载 2014-07-29 15:27:18 · 787 阅读 · 0 评论