代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/241729/13123466
lib stdlib.lib
www.eeworm.com/read/241729/13123596
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/241728/13123711
lib stdlib.lib
www.eeworm.com/read/241728/13123807
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/139738/13137209
h stdlib.h
/*-------------------------------------------------------------
* stdlib.h
*
* Header file for standard library functions.
*-------------------------------------------------------------*/
#
www.eeworm.com/read/240985/13182364
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/139175/13185565
h stdlib.h
/************************************************************************
Standard library header.
size_t unsigned integral type of the result of sizeof
wchar_t integral type which ca
www.eeworm.com/read/138942/13200223
h stdlib.h
/* Copyright (c) 2002, Marek Michalkiewicz
Portions of documentation Copyright (c) 1990, 1991, 1993, 1994
The Regents of the University of California.
All rights reserved.
Redist
www.eeworm.com/read/240628/13210328
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