代码搜索:error
找到约 10,000 项符合「error」的源代码
代码结果 10,000
www.eeworm.com/read/447484/7550159
png error.png
www.eeworm.com/read/447342/7554273
c error.c
#include "global.h"
error(m)
char *m;
{
fprintf(stderr,"line %d: %s\n", lineno, m);
exit(1);
}
www.eeworm.com/read/447342/7554287
obj error.obj
www.eeworm.com/read/447337/7554296
c error.c
#include /* for definition of errno */
#include /* ANSI C header file */
#include "ourhdr.h"
static void err_doit(int, const char *, va_list);
char *pname = NULL; /* caller c
www.eeworm.com/read/447328/7554331
c error.c
#include /* for definition of errno */
#include /* ANSI C header file */
#include "ourhdr.h"
static void err_doit(int, const char *, va_list);
char *pname = NULL; /* caller c