代码搜索:stdlib

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

代码结果 10,000
www.eeworm.com/read/14653/400607

c getblk.c

/************************************************************************ * * getblk.c, DCT block decoding for tmndecode (H.263 decoder) */ #include #include #inc
www.eeworm.com/read/14653/400618

c getpic.c

/************************************************************************ * * getpic.c, picture decoding for tmndecode (H.263 decoder) */ #include #include #include
www.eeworm.com/read/14653/400623

c getbits.c

/************************************************************************ * * getbits.c, bit level routines for tmndecode (H.263 decoder) */ #include #include "config.h" #i
www.eeworm.com/read/37274/1070753

c ch09_13.c

#include #include int main() { enum Drink { coffee=25, milk=20, tea=15, water }; /* 声明
www.eeworm.com/read/492131/1181405

qs

@c ---------------------------------------------------------------------- @node qsort, misc @heading @code{qsort} @subheading Syntax @example #include void qsort(void *base, size_
www.eeworm.com/read/492131/1181418

br

@c ---------------------------------------------------------------------- @node brk, memory @heading @code{brk} @subheading Syntax @example #include int brk(void *ptr); @end exam
www.eeworm.com/read/492131/1181463

mb

@c ---------------------------------------------------------------------- @node mblen, locale @heading @code{mblen} @subheading Syntax @example #include int mblen(const char *s, s
www.eeworm.com/read/492131/1181471

la

@c ---------------------------------------------------------------------- @node labs, misc @heading @code{labs} @subheading Syntax @example #include long labs(long x); @end examp
www.eeworm.com/read/479931/1328225

c call-rt-st.c

#include #include #include /************************************************************************** * TESTS : * function returning large structures, which go on t
www.eeworm.com/read/475965/1374176

c manydice.c

/* manydice.c -- multiple dice rolls */ /* compile with diceroll.c */ #include #include /* for library srand() */