3 Star 16 Fork 17

morixinguan/Linux_APUE

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.c 858 Bytes
一键复制 编辑 原始数据 按行查看 历史
morixinguan 提交于 2023-11-12 12:38 . 添加inotify示例程序
#include "TCP.h"
#include "Pipe.h"
#include "Mutex.h"
#include "Timer.h"
#include "Signal.h"
#include "Thread.h"
#include "PollFds.h"
#include "RunExec.h"
#include "Inotify.h"
#include "Terminal.h"
#include "PosixMsg.h"
#include "PosixShm.h"
#include "TimeTool.h"
#include "MemoryMap.h"
#include "DirOperate.h"
#include "SystemInfo.h"
#include "SystemVMsg.h"
#include "FileOperate.h"
#include "PosixSemaphore.h"
int main(int argc, char **argv)
{
printf("Hello LinuxAPUE\n");
TCPTest();
PipeTest();
MutexTest();
TimerTest();
SignalTest();
ThreadTest();
RunExecTest();
PollFdsTest();
TimeToolTest();
//TerminalTest();
DirOperateTest();
SystemInfoTest();
SystemVMsgTest();
FileOperateTest();
PosixSemaphoreTest();
PosixMsgTest();
MemoryMapTest();
//RunInotifyTest();
return 0;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/morixinguan/Linux_APUE.git
[email protected]:morixinguan/Linux_APUE.git
morixinguan
Linux_APUE
Linux_APUE
main

搜索帮助