代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/324430/13263217
h stdlib.h
www.eeworm.com/read/138026/13272302
h stdlib.h
/* stdlib.h
Definitions for common types, variables, and functions.
Copyright (c) Borland International 1987,1988,1990
All Rights Reserved.
*/
#ifndef __STDLIB_
www.eeworm.com/read/137955/13276474
h stdlib.h
#ifndef __STDLIB
#define __STDLIB
#define EXIT_FAILURE 1
#define EXIT_SUCCESS 0
#define MB_CUR_MAX 1
#ifndef NULL
#define NULL ((void*)0)
#endif
#define RAND_MAX 32767
typedef struct { int quot, rem
www.eeworm.com/read/137955/13276504
h stdlib.h
#ifndef __STDLIB
#define __STDLIB
#define EXIT_FAILURE 1
#define EXIT_SUCCESS 0
#define MB_CUR_MAX 1
#ifndef NULL
#define NULL ((void*)0)
#endif
#define RAND_MAX 32767
typedef struct { int quot, rem
www.eeworm.com/read/137955/13276544
h stdlib.h
#ifndef __STDLIB
#define __STDLIB
#define EXIT_FAILURE 1
#define EXIT_SUCCESS 0
#define MB_CUR_MAX 1
#ifndef NULL
#define NULL ((void*)0)
#endif
#define RAND_MAX 32767
typedef struct { int quot, rem
www.eeworm.com/read/137955/13276566
h stdlib.h
#ifndef __STDLIB
#define __STDLIB
#define EXIT_FAILURE 1
#define EXIT_SUCCESS 0
#define MB_CUR_MAX 1
#ifndef NULL
#define NULL ((void*)0)
#endif
#define RAND_MAX 32767
typedef struct { int quot, rem
www.eeworm.com/read/324224/13278638
java stdlib.java
package gscript;
import java.util.*;
import gscript.Interpreter;
/**
* 标准方法库 standard method lib
* Title:
* Description:
* Copyright: Copyright (c) 2007
* Co
www.eeworm.com/read/239424/13280950
lib stdlib.lib
www.eeworm.com/read/239424/13281052
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/137672/13306509
h stdlib.h
/*****************************************************
stdlib.h - ANSI-C library: various functions
----------------------------------------------------
Copyright (c) HIWARE AG, Basel, Swit