代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/319196/13458977
log cc_build_debug.log
--------------------------- testRS232.pjt - Debug ---------------------------
"e:\ti\c6000\cgtools\bin\cl6x" -g -q -fr"E:/ti/myprojects/test_MPEG_V2/testRS232/Debug" -i"./include" -d"_DEBUG" -d"CHI
www.eeworm.com/read/310556/13649248
h libc.h
/* @(#) libc.h 1.3 1/27/86 17:46:47 */
/*ident "@(#)cfront:incl/libc.h 1.3"*/
/* some functions from the UNIX manual section 3
INCOMPLETE: contains only declarations of functions that
(1) is
www.eeworm.com/read/304851/13784980
c sanity.c
/* Declarate _sanity() if not declared in main program */
#include
#if defined(SAFEMALLOC) && !defined(MASTER) /* Avoid errors in MySQL */
int _sanity(const char * file __attribute__((unu
www.eeworm.com/read/304452/13794088
h posixsignalhandler.h
#ifndef _PosixSignalHandler_h_
#define _PosixSignalHandler_h_
/**
* Gets a method called when the corresponding signal is received.
* A PosixSignalHandler must be connected to the PosixSignalDispat
www.eeworm.com/read/144216/5752449
t constant.t
#!./perl
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
}
use warnings;
use vars qw{ @warnings };
BEGIN { # ...and save 'em for later
$SIG{'__WARN__'} = sub { push @warnings, @_ }
}
EN