代码搜索:CLOSE
找到约 10,000 项符合「CLOSE」的源代码
代码结果 10,000
www.eeworm.com/read/169518/9853572
bmp close.bmp
www.eeworm.com/read/365556/9856796
bmp close.bmp
www.eeworm.com/read/365556/9857097
bmp close.bmp
www.eeworm.com/read/365556/9857207
bmp close.bmp
www.eeworm.com/read/169484/9858887
gif close.gif
www.eeworm.com/read/365428/9863648
c close.c
/*
* linux/lib/close.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__
#include // Linux 标准头文件。定义了各种符号常数和类型,并申明了各种函数。
// 如定义了__LIBRARY__,则还包括系统调用号和内嵌汇编_syscall0()等。
// 关闭文件函数。
// 下面该调
www.eeworm.com/read/169337/9865110
c close.c
#include
#include "filesys.h"
close(user_id,cfd)
unsigned int user_id;
unsigned short cfd;
{
struct inode *inode;
inode = sys_ofile[user[user_id].u_ofile[cfd]].f_inode;
// printf("in c
www.eeworm.com/read/365380/9865163
gif close.gif
www.eeworm.com/read/364958/9885924
bmp close.bmp
www.eeworm.com/read/364809/9894249