代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/209093/4987381
c stdlib.c
/*
* File: stdlib.c
* Purpose: Functions normally found in a standard C lib.
*
* Notes: This supports ASCII only!!!
*
*/
#include "common.h"
#include "stdlib.h"
/****************
www.eeworm.com/read/209093/4987385
h stdlib.h
/*
* File: stdlib.h
* Purpose: Function prototypes for standard library functions
*
* Notes:
*/
#ifndef _STDLIB_H
#define _STDLIB_H
/************************************************
www.eeworm.com/read/206983/5003599
c stdlib.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/205824/5016596
h stdlib.h
/*
* stdlib.h
* This file has no copyright assigned and is placed in the Public Domain.
* This file is a part of the mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER
www.eeworm.com/read/204040/5035014
h stdlib.h
/***
*stdlib.h - declarations/definitions for commonly used library functions
*
* Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This include file contai
www.eeworm.com/read/204040/5036335
h stdlib.h
/***
*stdlib.h - declarations/definitions for commonly used library functions
*
* Copyright (c) 1985-1990, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This include file contains t
www.eeworm.com/read/200288/5069295
c stdlib.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/195825/5107383
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/195825/5107401
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/195825/5107416
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