代码搜索:stdlib

找到约 10,000 项符合「stdlib」的源代码

代码结果 10,000
www.eeworm.com/read/209215/4981271

readme

The main files are: stdClib.c inserts the various routines into EiC's symbol table stdClib2eic.h prototype for the interface routines stdlib.c
www.eeworm.com/read/204140/5033292

h lzmaramdecode.h

/* LzmaRamDecode.h */ #ifndef __LzmaRamDecode_h #define __LzmaRamDecode_h #include /* LzmaRamGetUncompressedSize: In: inBuffer - input data inSize - input data si
www.eeworm.com/read/202980/5044676

c com.c

#include "ranlib.h" #include #include void advnst(long k) /* ********************************************************************** void advnst(long k) ADV-a-N
www.eeworm.com/read/195829/5107040

h insort.h

#include #include typedef int KeyType; typedef int OtherType; typedef struct { KeyType key; OtherType other_data; }RecordType;
www.eeworm.com/read/195829/5107066

h staticlist.h

#include #include #define Maxsize 100 #define ElemType char typedef struct { ElemType data; int cursor; }Component, StaticList[Maxsize];
www.eeworm.com/read/187464/5220740

c dcon.c

/* dcon.c - dcon */ #include #include #include #include "local.h" /*------------------------------------------------------------------------ * dcon - disconnect fr
www.eeworm.com/read/187464/5220790

c inet_daytimed.c

/* inet_daytimed.c - main */ #include #include #include #include /*------------------------------------------------------------------------ * main -
www.eeworm.com/read/344017/3212814

c mem.c

/* 2003: Konrad Eisele */ #include #include "tmki.h" /* ----------------------------- general mem alloc --------------------------------------*/ void ti_free(void
www.eeworm.com/read/341380/3251984

cpp hmmrand.cpp

//hmmrand.cpp // Purpose: To separate out the random number generator // functions so that the rest of the code can be // platform independent. #include /* ** hmmgetseed() ge
www.eeworm.com/read/340665/3269709

c malloptr.c

#include int _mallopt_r (struct _reent *ptr, int param_number, int value) { return mallopt (param_number, value); }