代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/13298/271238
c partition.c
/* Includes ------------------------------------------------------------------*/
#include "partition.h"
#include
#if USE_DYNAMIC_MEMORY
#include
#endif
/**
*
www.eeworm.com/read/492131/1181374
al
@c ----------------------------------------------------------------------
@node alloca, memory
@heading @code{alloca}
@subheading Syntax
@example
#include
void *alloca(int size);
www.eeworm.com/read/492131/1181394
ab
@c ----------------------------------------------------------------------
@node abort, process
@heading @code{abort}
@subheading Syntax
@example
#include
void volatile abort(void)
www.eeworm.com/read/492131/1181414
sr
@c ----------------------------------------------------------------------
@node srand, random number
@heading @code{srand}
@subheading Syntax
@example
#include
void srand(unsigned
www.eeworm.com/read/492131/1181481
bs
@c ----------------------------------------------------------------------
@node bsearch, misc
@heading @code{bsearch}
@subheading Syntax
@example
#include
void *bsearch (const voi
www.eeworm.com/read/471391/1431288
c usb_spi.c
//****************************************
//** C, VC6.0 **
//****************************************
//
// USB2SPI 测试
#include
#include
#i
www.eeworm.com/read/470758/1444101
c usb_spi.c
//****************************************
//** C, VC6.0 **
//****************************************
//
// USB2SPI 测试
#include
#include
#i
www.eeworm.com/read/459256/1571011
c main.c
#include /* special function register declarations */
/* for the intended 8051 derivative */
#include
#include
www.eeworm.com/read/243526/4526145
cpp hooks.cpp
//---------------------------------------------------------------------------
#include
#include
#include
#pragma hdrstop
#include "Hooks.h"
//---------------
www.eeworm.com/read/239722/4595830
c hello.c
#include
#include
int main()
{
printf("Hello World\n");
exit (EXIT_SUCCESS);
}