代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/308433/3713660
c tst_malloc.c
#include
#include /* for printf */
void tst_malloc (void) {
unsigned char xdata *p;
p = malloc (1000); /* allocate 1000 bytes */
i
www.eeworm.com/read/303749/3808991
c atmaddr.c
#include "support.h"
#include
#include
int main(int argc, char **argv)
{
WSADATA wsd;
SOCKET s;
DWORD deviceID,
bytes,
www.eeworm.com/read/300371/3846941
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/298657/3860890
c aeabi_atexit.c
#include
/* Register a function to be called by exit or when a shared library
is unloaded. This routine is like __cxa_atexit, but uses the
calling sequence required by the ARM EABI.
www.eeworm.com/read/298657/3861713
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/298657/3861894
h local.h
/* Misc. local definitions for libc/stdlib */
#ifndef _LOCAL_H_
#define _LOCAL_H_
char * _EXFUN(_gcvt,(struct _reent *, double , int , char *, char, int));
#endif
www.eeworm.com/read/290583/3972193
c hi_util_hbm.c
/**
** @file hi_hbm.c
**
** @author Marc Norton
**
** @brief Implementation of a Horspool method of Boyer-Moore
**
*/
#include
#include "h
www.eeworm.com/read/289126/3995809
c hi_util_hbm.c
/**
** @file hi_hbm.c
**
** @author Marc Norton
**
** @brief Implementation of a Horspool method of Boyer-Moore
**
*/
#include
#include "h
www.eeworm.com/read/282368/4102014
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/282196/4106655
cpp ch21_1.cpp
//**********************
//** ch21_1.cpp **
//**********************
#include
#include
#include
void main(int argc, char ** argv)
{
ifstream sourc