代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/296774/7113992
c oldnames.c
int
access (const char *path, int mode)
{
return _access (path, mode);
}
int
chmod (const char *filename, int pmode)
{
return _chmod (filename, pmode);
}
int
close (int handle)
{
return _close