代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/140362/5792604
h includes.h
//-+---+---++-+--+-++-+++--++--+++
//#include
#include
//#include
//#include
//#include
//#include
//#include
www.eeworm.com/read/136849/5842995
c cphs_mod.c
/*-----------------------Include Files---------------------------------*/
#define ENTITY_MFW
#include
#include
#include
#include
#if defined (N
www.eeworm.com/read/136571/5869488
c testalpha.c
/* Simple program: Fill a colormap with gray and stripe it down the screen,
Then move an alpha valued sprite around the screen.
*/
#include
#include
#include
www.eeworm.com/read/136129/5873427
cpp generateexam.cpp
// GenerateExam.cpp : Implementation of CGenerateExam
#include "stdafx.h"
#include "EXAM.h"
#include "GenerateExam.h"
#include "time.h"
#include "stdlib.h"
//////////////////////////////////
www.eeworm.com/read/135880/5877236
h includes.h
//-+---+---++-+--+-++-+++--++--+++
//#include
#include
//#include
//#include
//#include
//#include
//#include
www.eeworm.com/read/124347/6051955
c reent.c
/*
FUNCTION
---definition of impure data.
INDEX
reent
DESCRIPTION
This module defines the impure data area used by the
non-reentrant functions, such as strtok.
*/
#include
www.eeworm.com/read/121089/6070620
c mapstr.c
// mapstr.c -- match abbreviated strings from list
//
#include
#include "mapstr.h"
// Find the "best" argument mapping
MapItemPtr
mapAbbrStr (
MapAbbr szArg,
MapItemPt
www.eeworm.com/read/117181/6110717
c ptype.c
/*
* Test file with lots of different types, for testing the
* "ptype" command.
*/
/*
* First the basic C types.
*/
#include
#if !defined (__STDC__) && !defined (_AIX)
#define signed
www.eeworm.com/read/113536/6128167
c mapstr.c
// mapstr.c -- match abbreviated strings from list
//
#include
#include "mapstr.h"
// Find the "best" argument mapping
MapItemPtr
mapAbbrStr (
MapAbbr szArg,
MapItemPt
www.eeworm.com/read/113399/6132170
c malloc.c
/* $Header$ */
/* replace undef by define */
#undef DEBUG /* check assertions */
#undef SLOWDEBUG /* some extra test loops (requires DEBUG) */
#include
#include
#inc