摘要:
poll是Linux中的字符设备驱动中有一个函数,Linux 2.5.44版本后被epoll取代,作用是把当前的文件指针挂到等待队列,和select实现功能差不多。 poll()函数:这个函数是某些Unix系统提供的用于执行与select()函数同等功能的函数,下面是这个函数的声明: #includ 阅读全文
posted @ 2017-10-13 14:06
zxiaocheng
阅读(798)
评论(0)
推荐(0)
摘要:
asctime(将时间和日期以字符串格式表示) 相关函数 time,ctime,gmtime,localtime 表头文件 #include 定义函数 char * asctime(const struct tm * timeptr); 函数说明 asctime()将参数timeptr所指的tm结构 阅读全文
posted @ 2017-10-13 11:24
zxiaocheng
阅读(36621)
评论(0)
推荐(1)
浙公网安备 33010602011771号