代码搜索:error
找到约 10,000 项符合「error」的源代码
代码结果 10,000
www.eeworm.com/read/364932/9886627
c error.c
#include "apue.h"
#include /* for definition of errno */
#include /* ISO C variable aruments */
static void err_doit(int, int, const char *, va_list);
/*
* Nonfatal error rel
www.eeworm.com/read/168924/9888003
c error.c
#include "main.h"
#include "hamming.h"
#include "error.h"
#define ENCODE 0
#define DECODE 1
/**************************************************************************
*
www.eeworm.com/read/168924/9888105
c error.c
#include "main.h"
#include "hamming.h"
#include "error.h"
#define ENCODE 0
#define DECODE 1
/**************************************************************************
*
www.eeworm.com/read/168924/9888218
h error.h
void ErrorEncode(
int bit_channel[],
/*int num_bits,
char error_parms[],*/
int edac/*,
int frame_num*/);
void ErrorDecode(
int channel[],
/*int num_bits,
char error_parms[],*/
int edac,
int *As
www.eeworm.com/read/168924/9888289
h error.h
void ErrorEncode(
int bit_channel[],
/*int num_bits,
char error_parms[],*/
int edac/*,
int frame_num*/);
void ErrorDecode(
int channel[],
/*int num_bits,
char error_parms[],*/
int edac,
int *As
www.eeworm.com/read/168534/9908064
c error.c
/* Error handler for noninteractive utilities
Copyright (C) 1990,91,92,93,94,95,96,97,98 Free Software Foundation, Inc.
This file is part of the GNU C Library. Its master source is NOT part o
www.eeworm.com/read/168534/9908074
h error.h
/* Declaration for error-reporting function
$Id: error.h,v 1.1.1.1 2003/03/30 18:55:40 al-guest Exp $
Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
This file is part of th