代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/396039/2423858
c groupcreate.c
#include "mpi.h"
#include
/* stdlib.h Needed for malloc declaration */
#include
#include "test.h"
int main( int argc, char **argv )
{
int i, n, n_goal = 2048, n_all, rc, n_ra
www.eeworm.com/read/396039/2424554
h p4_sys_funcs.h
#ifdef HAVE_STDLIB_H
#include
#endif
#ifdef HAVE_UNISTD_H
#include
#endif
char *xx_malloc (int, int);
char *MD_shmalloc (int);
char *print_conn_type (int);
char *xx_shmalloc (u
www.eeworm.com/read/396039/2424630
c alog.c
#include
#include
#include
#include
#include
#include
#ifdef HAVE_STDLIB_H
#include
#endif
#ifdef HAVE_UNISTD_H
#include
www.eeworm.com/read/396039/2424758
c p4_utils.c
#include "p4.h"
#include "p4_sys.h"
static char hold_patchlevel[16];
static char hold_machine_type[16];
/* getenv is part of stdlib.h */
#ifndef HAVE_STDLIB_H
extern char *getenv();
#endif
void p4_
www.eeworm.com/read/396039/2425416
c pmandel.c
#ifdef HAVE_STDLIB_H
#include
#endif
#include
#include
#include
#include "mpi.h"
#include "mpe.h"
#include "pmandel.h"
#include "lists.h"
#include "pm_gen
www.eeworm.com/read/389774/2536474
c occhild.c
#include "apr.h"
#include "apr_file_io.h"
#include "apr.h"
#if APR_HAVE_STDLIB_H
#include
#endif
int main(void)
{
char buf[256];
apr_file_t *err;
apr_pool_t *p;
apr_initi
www.eeworm.com/read/158872/5590219
c interp.c
#include "sim-main.h"
#include "sim-options.h"
#include "v850_sim.h"
#include "sim-assert.h"
#include "itable.h"
#ifdef HAVE_STDLIB_H
#include
#endif
#ifdef HAVE_STRING_H
#include
www.eeworm.com/read/268769/11122566
txt 新建 文本文档.txt
#include"stdio.h"
#include"stdlib.h"
#include"string.h"
#define MAX_VERTEX_NUM 18
#define NULL 0
#define MAX_ARC_SIZE 100
#define MAX_ROUTE_NUM 5
#include"stdio.h"
#include"stdlib.h"
#include
www.eeworm.com/read/266126/11239321
cpp 郑礼明.cpp
#include
#include
#include
#include // malloc()等
#include // INT_MAX等
#include // EOF(=^Z或F6),NULL
#include // atoi()
#
www.eeworm.com/read/108728/15577854
c snmp_debug.c
#include
#include
#if HAVE_STDLIB_H
#include
#endif
#if HAVE_STRING_H
#include
#else
#include
#endif
#include
#i