加载中
gethostname.c

#ifdef HAVE_CONFIG_H #include <config.h> #endif #include "roken.h" #ifndef HAVE_GETHOSTNAME #ifdef HAVE_SYS_UTSNAME_H #include <sys/utsname.h> #endif /** * Return the local ...

2013/01/01 15:57
200
setprogname.c

#ifdef HAVE_CONFIG_H #include <config.h> RCSID("$Id: setprogname.c 15955 2005-08-23 10:19:20Z lha $"); #endif #include "roken.h" #ifndef HAVE___PROGNAME extern const char *__p...

2012/12/30 18:16
428
echo.c

#include <locale.h> #include <stdio.h> #include <stdlib.h> #include <string.h> /* ARGSUSED */ int main(int argc, char *argv[]) {   int nflag;   //setprogname(argv[0]);   //(void)...

2012/12/29 15:54
225

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部