首页
Java
登录
6mi
u
盘
搜
搜 索
Java
linux
linux
xiaoxiao
2021-02-27
3.2K+
#define _LIBRARY_ #include<unistd.h> /*linux标准头文件.定义了各种符号常量并申明了各种函数.如定义了__LIBRARY__,还含系统调用号和内嵌汇编syscall0()等*/ /* *关闭文件函数.下面该调用宏函数对应:int close(int fd).直接调用了*系统中断int 0x80,参数是__NR_close *其中fd是文件描述符 */ _syscall1(int,close,int,fd);
转载请注明原文地址: https://www.6miu.com/read-12.html
2012-2014专利技术
最新回复
(
0
)