代码搜索:error
找到约 10,000 项符合「error」的源代码
代码结果 10,000
www.eeworm.com/read/464957/7063802
gif error.gif
www.eeworm.com/read/464646/7067084
txt error.txt
When the program run to "if (size > (capacity - 1))" the size = 10,it seems that the word_list array isnot enough, word_list array expand as twice, it use for put the 10 pieces of data into the new_wo
www.eeworm.com/read/464665/7067342
gif error.gif
www.eeworm.com/read/307121/7068390
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; /* ca
www.eeworm.com/read/282684/7071332
c error.c
www.eeworm.com/read/135608/7074947
h error.h
#ifndef __ERRORS_H__
#define __ERRORS_H__
// enum of possible errors
typedef enum
{
NO_ERR,
READ_ERROR,
WRITE_ERROR,
ERASE_ERROR,
POLL_TIMEOUT,
INVALID_SECTOR,
INVALID_BLOCK,
INV
www.eeworm.com/read/364251/7075495
c error.c
/*
* error.c: module displaying/handling XML parser errors
*
* See Copyright for the status of this software.
*
* Daniel Veillard
*/
#define IN_LIBXML
#include "libxml.h"