代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/470291/6917567
h stdlib.h
/* stdlib.h
Definitions for common types, variables, and functions.
Copyright (c) 1987, 1992 by Borland International
All Rights Reserved.
*/
#ifndef __STDLIB_H
#define __STDL
www.eeworm.com/read/469930/6920966
h stdlib.h
/*
* STDLIB.H: standard functions
* Copyright (c) KEIL ELEKTRONIK GmbH and Franklin Software, Inc., 1991-1993
*/
#ifndef _SIZE_T
#define _SIZE_T
typedef unsigned int size_t;
#endif
www.eeworm.com/read/312829/6934148
h stdlib.h
/*
*-----------------------------------------------------------------------------
* Copyright (c) KEIL ELEKTRONIK GmbH and Franklin Software, Inc., 1987-1992
*-------------------------------------
www.eeworm.com/read/366874/6951750
h stdlib.h
www.eeworm.com/read/283040/6961084
h stdlib.h
/*****************************************************************************/
/* stdlib.h v4.1.0 */
/* Copyright (c) 1996-2005 Texas Instr
www.eeworm.com/read/468766/6987601
h stdlib.h
/* - STDLIB.H -
The ANSI-defined 'standard' functions.
Version: 3.20 [ICLM]
*/
#ifndef _STDLIB_INCLUDED
#define _STDLIB_INCLUDED
#ifndef size_t
#if sizeof((char *)0 - (char *)
www.eeworm.com/read/468408/6989564
h stdlib.h
// stdlib.h for exe2c
extern "C" {
int __cdecl rand();
}
www.eeworm.com/read/467852/7002191
lib stdlib.lib
www.eeworm.com/read/467852/7002237
h stdlib.h
#ifndef _STDLIB_H_
#define _STDLIB_H_
#include "sys/reent.h"
typedef struct
{
int quot; /* quotient */
int rem; /* remainder */
} div_t;
typedef struct
{
long quot; /* quotie
www.eeworm.com/read/135045/7108901