代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/316872/3588326
h stdlib.h
#ifndef _PPC_BOOT_STDLIB_H_
#define _PPC_BOOT_STDLIB_H_
unsigned long long int strtoull(const char *ptr, char **end, int base);
#endif
www.eeworm.com/read/313170/3645222
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/312645/3651896
h stdlib.h
#ifndef CYGONCE_ISO_STDLIB_H
#define CYGONCE_ISO_STDLIB_H
/*========================================================================
//
// stdlib.h
//
// ISO standard library functions
www.eeworm.com/read/312645/3652535
cdl stdlib.cdl
# ====================================================================
#
# stdlib.cdl
#
# C library stdlib related configuration data
#
# ==============================================
www.eeworm.com/read/309949/3702418
c stdlib.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/308433/3713859
h stdlib.h
/*--------------------------------------------------------------------------
STDLIB.H
Standard functions.
Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil Software, Inc.
All rights reserved
www.eeworm.com/read/306289/3743916
lst stdlib.lst
GAS LISTING /tmp/ccLTWmfM.s page 1
1 .section .mdebug.abi32
2 .previous
3 .section .debug_abbrev,"",@progbits
4 $Ldebug_abbr
www.eeworm.com/read/304611/3795899
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
www.eeworm.com/read/304611/3795917
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
www.eeworm.com/read/304611/3795932
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