代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/398510/2378618
c stdlib.c
/* FILENAME: stdlib.c
*
* Functions normally found in a standard C lib.
*
* 12/28/2005 - added memcmp and memmove
*
* Notes: These functions support ASCII only!!!
*/
#include "support
www.eeworm.com/read/398510/2378623
h stdlib.h
/*
* File: stdlib.h
* Purpose: Function prototypes for standard library functions
*
* Notes:
*/
#ifndef _STDLIB_H
#define _STDLIB_H
/************************************************
www.eeworm.com/read/398200/2383871
h stdlib.h
#ifndef CYGONCE_ISO_STDLIB_H
#define CYGONCE_ISO_STDLIB_H
/*========================================================================
//
// stdlib.h
//
// ISO standard library functions
//
//
www.eeworm.com/read/398200/2384397
cdl stdlib.cdl
# ====================================================================
#
# stdlib.cdl
#
# C library stdlib related configuration data
#
# ====================================================
www.eeworm.com/read/396039/2425210
h stdlib.h
/*
* stdlib.h --
*
* Declares facilities exported by the "stdlib" portion of
* the C library. This file isn't complete in the ANSI-C
* sense; it only declares things that are needed by Tcl.
*
www.eeworm.com/read/395929/2430545
h stdlib.h
/*
* stdlib.h
* General utilities.
* ANSI/ISO 9899-1990, Section 7.10.
*/
#ifndef __STDLIB_H__
#define __STDLIB_H__
#if defined(__cplusplus)
extern "C" {
#endif /* defined(__cplusplus) */
/* Ty
www.eeworm.com/read/395929/2430704
h stdlib.h
#ifndef __STDLIB
#define __STDLIB
#define EXIT_FAILURE 1
#define EXIT_SUCCESS 0
#define MB_CUR_MAX 1
#define NULL 0
#define RAND_MAX 32767
typedef struct { int quot, rem; } div_t;
typedef struct { l
www.eeworm.com/read/395929/2430722
h stdlib.h
#ifndef __STDLIB
#define __STDLIB
#define EXIT_FAILURE 1
#define EXIT_SUCCESS 0
#define MB_CUR_MAX 1
#define NULL 0
#define RAND_MAX 32767
typedef struct { int quot, rem; } div_t;
typedef struct { l
www.eeworm.com/read/395929/2430737
h stdlib.h
#ifndef __STDLIB
#define __STDLIB
#define EXIT_FAILURE 1
#define EXIT_SUCCESS 0
#define MB_CUR_MAX 1
#define NULL 0
#define RAND_MAX 32767
typedef struct { int quot, rem; } div_t;
typedef struct { l
www.eeworm.com/read/395929/2430752
h stdlib.h
#ifndef __STDLIB
#define __STDLIB
#define EXIT_FAILURE 1
#define EXIT_SUCCESS 0
#define MB_CUR_MAX 1
#define NULL 0
#define RAND_MAX 32767
typedef struct { int quot, rem; } div_t;
typedef struct { l