代码搜索:error
找到约 10,000 项符合「error」的源代码
代码结果 10,000
www.eeworm.com/read/185783/8985578
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/185783/8986006
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/426767/9000175
c error.c
/*
* USB Error messages
*
* Copyright (c) 2000-2001 Johannes Erdfelt
*
* This library is covered by the LGPL, read LICENSE for details.
*/
#include
#include
www.eeworm.com/read/426767/9000184
h error.h
#ifndef __ERROR_H__
#define __ERROR_H__
/* Connection timed out */
#define ETIMEDOUT 116
typedef enum {
USB_ERROR_TYPE_NONE = 0,
USB_ERROR_TYPE_STRING,
USB_ERROR_TYPE_ERRNO,
} usb_error_type_