代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/146494/12642371
h stdlib.h
/*--------------------------------------------------------------------------
STDLIB.H
Standard functions.
Copyright (c) 1988-1997 Keil Elektronik GmbH and Keil Software, Inc.
All rights reserved
www.eeworm.com/read/237746/13933903
h stdlib.h
/*--------------------------------------------------------------------------
STDLIB.H
Standard functions.
Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil Software, Inc.
All rights reserved
www.eeworm.com/read/135303/13941792
h stdlib.h
/* stdlib.h
Definitions for common types, variables, and functions.
Copyright (c) 1987, 1991 by Borland International
All Rights Reserved.
*/
#ifndef __STDLIB_H
#define __STDL
www.eeworm.com/read/135259/13945606
h stdlib.h
/* stdlib.h
Definitions for common types, variables, and functions.
*/
/*
* C/C++ Run Time Library - Version 10.0
*
* Copyright (c) 1987, 2000 by Inprise Corporation
*
www.eeworm.com/read/235248/14079953
h stdlib.h
// UnderC Development Project, 2001
#ifndef __STDLIB_H
#define __STDLIB_H
typedef void (*VOIDFN)();
typedef int (*COMPAREFN) (const void *, const void *);
#ifndef _SIZE_T_DEF
#define _SIZE_T_D
www.eeworm.com/read/235247/14080290
h stdlib.h
// UnderC Development Project, 2001
#ifndef __STDLIB_H
#define __STDLIB_H
typedef void (*VOIDFN)();
typedef int (*COMPAREFN) (const void *, const void *);
#ifndef _SIZE_T_DEF
#define _SIZE_T_D
www.eeworm.com/read/235245/14080417
h stdlib.h
// UnderC Development Project, 2001
#ifndef __STDLIB_H
#define __STDLIB_H
typedef void (*VOIDFN)();
typedef int (*COMPAREFN) (const void *, const void *);
#ifndef _SIZE_T_DEF
#define _SIZE_T_D
www.eeworm.com/read/204654/15335680
h stdlib.h
/*
** stdlib.h
**
** Emulation of the Unix stdlib.h header file for PRIMOS
**
** Author: Peter Eriksson
*/
#ifndef __STDLIB_H__
#define __STDLIB_H__
extern char *malloc();
exter
www.eeworm.com/read/113610/15452379
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/112639/15481270