代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/152752/12088764
h stdlib.h
#ifndef __STDLIB
#define __STDLIB
#define EXIT_FAILURE 1
#define EXIT_SUCCESS 0
#define MB_CUR_MAX 1
#ifndef NULL
#define NULL ((void*)0)
#endif
#define RAND_MAX 32767
typedef struct { in
www.eeworm.com/read/152752/12088832
h stdlib.h
#ifndef __STDLIB
#define __STDLIB
#define EXIT_FAILURE 1
#define EXIT_SUCCESS 0
#define MB_CUR_MAX 1
#ifndef NULL
#define NULL ((void*)0)
#endif
#define RAND_MAX 32767
typedef struct { in
www.eeworm.com/read/152752/12088888
h stdlib.h
#ifndef __STDLIB
#define __STDLIB
#define EXIT_FAILURE 1
#define EXIT_SUCCESS 0
#define MB_CUR_MAX 1
#ifndef NULL
#define NULL ((void*)0)
#endif
#define RAND_MAX 32767
typedef struct { in
www.eeworm.com/read/340608/12144422
h stdlib.h
/*****************************************************************************/
/* stdlib.h v2.54 */
/* Copyright (c) 1993-2004 Texas Instr
www.eeworm.com/read/254249/12153531
h stdlib.h
www.eeworm.com/read/340477/12155282
c stdlib.c
/*
* File: stdlib.c
* Purpose: Functions normally found in a standard C lib.
*
* Notes: This supports ASCII only!!!
*
*/
#include "src/common/m5282evb.h"
#include "src/common/stdlib
www.eeworm.com/read/340477/12155298
h stdlib.h
/*
* File: stdlib.h
* Purpose: Function prototypes for standard library functions
*
* Notes:
*/
#ifndef _STDLIB_H
#define _STDLIB_H
/************************************************
www.eeworm.com/read/250023/12442141
c stdlib.c
/* CodeVisionAVR C Compiler
Standard library functions
(C) 1998-2006 Pavel Haiduc, HP InfoTech S.R.L.
*/
#if funcused atoi || funcused atol || funcused atof
#include
#endi
www.eeworm.com/read/233041/14171478
h stdlib.h
www.eeworm.com/read/230929/14267625