代码搜索:errors
找到约 10,000 项符合「errors」的源代码
代码结果 10,000
www.eeworm.com/read/171528/9747327
inc errors.inc
;
; Exceptions leftover from Java. In ROM and C code,
; these can be considered error codes.
;
JAVA_IO_FILENOTFOUNDEXCEPTION equ 080h
JAVA_IO_IOEXCEPTION equ 081h
JAVA_LANG_NUL
www.eeworm.com/read/171312/9762059
fax errors.fax
www.eeworm.com/read/414232/11123808
h errors.h
#if !defined ERRORS_H
#define ERRORS_H
#define err_die(error, quiet) if(!quiet) {perror(error); exit(1);};
#define err_print(error, quiet) if(!quiet) perror(error);
#endif /* ERRORS_H */
www.eeworm.com/read/267559/11174655
js errors.js
var infoList = new Array();
var warnList = new Array();
var errorList = new Array();
function updateError(type) {
with (document.options) {
switch (type) {
case 0:
if (info.checked) p
www.eeworm.com/read/148380/12470664
c errors.c
#include
#include
#include
const char rb_errors[31][30]={
"OUT OF MEMORY",//1
"ARRAY REDEFINITION", //2
"INDEX OVERFLOW", //3
"ARRAY UNDEFINITION", //4
"OVE
www.eeworm.com/read/148380/12470674
o errors.o
www.eeworm.com/read/335349/12538825
cpp errors.cpp
// errors.cpp: implementation of the errors class.
//////////////////////////////////////////////////////////////////////
#include
#include "errors.h"
#include "cifa.h"
void CErrors::
www.eeworm.com/read/335349/12538838
h errors.h
// errors.h: interface for the errors class.
//////////////////////////////////////////////////////////////////////
#ifndef __ERRORS_H
#define __ERRORS_H
#include "pl0.h"
#define MAX_ERROR_NUM 40