代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/431379/8685201
h stdlib.h
/*****************************************************************************/
/* stdlib.h V5.11 for TMS3203x/4x */
/* Copyright (c) 1992-1999 Texas Instru
www.eeworm.com/read/431379/8685433
h stdlib.h
/*****************************************************************************/
/* stdlib.h V5.11 for TMS3203x/4x */
/* Copyright (c) 1992-1999 Texas Instru
www.eeworm.com/read/287368/8689031
h stdlib.h
/***
*stdlib.h - declarations/definitions for commonly used library functions
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This include file
www.eeworm.com/read/386780/8727522
h stdlib.h
#ifndef __STDLIB_H
#define __STDLIB_H
#include
#define EXIT_SUCCESS 0
#define EXIT_FAILURE 1
#ifndef NULL
#define NULL 0
#endif
#include
#define RAND_MAX INT_MAX
#i
www.eeworm.com/read/430434/8747595
h stdlib.h
/*--------------------------------------------------------------------------
STDLIB.H
Standard functions.
Copyright (c) 1988-2000 Keil Elektronik GmbH and Keil Software, Inc.
All rights reserved
www.eeworm.com/read/187102/8856074
test stdlib.test
#! /bin/sh
# Test "not a standard library" error.
. $srcdir/defs || exit 1
cat >> configure.in Makefile.am
www.eeworm.com/read/285242/8859391
h stdlib.h
/*************************************************************************/
/* stdlib.h v3.10 Beta */
/* Copyright (c) 1993-1998 Texas Instruments I
www.eeworm.com/read/284411/8934795
h stdlib.h
#ifndef __STDLIB_SVCD_H
#define __STDLIB_SVCD_H
typedef struct
{
int quot;
int rem;
} div_t;
typedef struct
{
unsigned int quot;
unsigned int rem;
} udiv_t;
t
www.eeworm.com/read/427173/8970077
h stdlib.h
@函数名称: calloc
函数原型: void * calloc(unsigned n,unsign size);
函数功能: 分配n个数据项的内存连续空间,每个数据项的大小为size
函数返回: 分配内存单元的起始地址,如果不成功,返回0
参数说明:
所属文件:
#include
#includ
www.eeworm.com/read/283498/9015434