代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/187464/5220718
c errexit.c
/* errexit.c - errexit */
#include
#include
#include
/*------------------------------------------------------------------------
* errexit - print an error message an
www.eeworm.com/read/187464/5220756
c errexit.c
/* errexit.c - errexit */
#include
#include
#include
/*------------------------------------------------------------------------
* errexit - print an error message an
www.eeworm.com/read/180836/5280854
cpp unitkeys.cpp
//---------------------------------------------------------------------------
#pragma hdrstop
#include
#include
#include
#include
#include "UnitKeys
www.eeworm.com/read/340665/3280270
c weak-2.c
/* { dg-do run } */
#include
extern int foo(void);
int main(void) {
if (foo())
exit(0);
else
abort();
}
www.eeworm.com/read/340665/3280272
c wkali-2.c
/* { dg-do run } */
#include
extern int foo(void);
int main(void) {
if (foo())
exit(0);
else
abort();
}
www.eeworm.com/read/322210/3526788
c getblk.c
/************************************************************************
*
* getblk.c, DCT block decoding for tmndecode (H.263 decoder)
*/
#include
#include
#inc
www.eeworm.com/read/322210/3526799
c getpic.c
/************************************************************************
*
* getpic.c, picture decoding for tmndecode (H.263 decoder)
*/
#include
#include
#include
www.eeworm.com/read/322210/3526804
c getbits.c
/************************************************************************
*
* getbits.c, bit level routines for tmndecode (H.263 decoder)
*/
#include
#include "config.h"
#i
www.eeworm.com/read/316872/3585065
h sfp-util.h
/*
* These are copied from glibc/stdlib/longlong.h
*/
#define add_ssaaaa(sh, sl, ah, al, bh, bl) \
do { \
UWtype __x;
www.eeworm.com/read/304222/3802122
c newwin.c
#include
#include
#include "curspriv.h"
/****************************************************************/
/* Makenew() allocates all data for a new window except the */
/* Actu