代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/136971/13350678
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/322874/13362770
h stdlib.h
#ifndef __STDLIB_H__
#define __STDLIB_H__
void qsort( char *base, int n, int size, int (*compar)() );
int atoi(char *s);
#endif /* __STDLIB_H__ */
www.eeworm.com/read/321827/13397053
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/312649/13606836
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/312649/13606851
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/312649/13606871
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/312649/13606886
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/310556/13649268
h stdlib.h
/* @(#) stdlib.h 1.4 1/27/86 17:47:01 */
/*ident "@(#)cfront:incl/stdlib.h 1.4"*/
extern int abort();
extern double atof (const char*);
extern long atoi (const char*);
extern long atol (con
www.eeworm.com/read/307138/13728060
h stdlib.h
/*
* stdlib.h
*
* Definitions for common types, variables, and functions.
*/
#ifndef _STDLIB_H_
#ifdef __cplusplus
extern "C" {
#endif
#define _STDLIB_H_
#include "_ansi.h"
#defin
www.eeworm.com/read/305275/13775931
h stdlib.h
/*--------------------------------------------------------------------------
STDLIB.H
Standard functions.
Copyright (c) 1988-2005 Keil Elektronik GmbH and Keil Software, Inc.
All rights reserved