代码搜索:stdlib

找到约 10,000 项符合「stdlib」的源代码

代码结果 10,000
www.eeworm.com/read/368081/9713122

h stdlib.h

/* Copyright (c) 2002, Marek Michalkiewicz Copyright (c) 2004,2007 Joerg Wunsch Portions of documentation Copyright (c) 1990, 1991, 1993, 1994 The Regents of the University of California
www.eeworm.com/read/172327/9714226

h stdlib.h

www.eeworm.com/read/171643/9744104

h stdlib.h

#pragma force_top_level #pragma include_only_once /* stdlib.h: ANSI draft (X3J11 May 88) library header, section 4.10 */ /* Copyright (C) Codemist Ltd., 1988-1993. */ /*
www.eeworm.com/read/367457/9746895

h stdlib.h

/* stdlib.h -- POSIX header Copyright 1992, Gimpel Software, All Rights Reserved */ #if defined(_lint) && !defined(__STDLIB_H) #define __STDLIB_H #ifndef __SIZE_T #define __SIZE_T
www.eeworm.com/read/367457/9746961

h stdlib.h

/* stdlib.h -- ANSI header file Copyright 1988-2000, Gimpel Software, All Rights Reserved */ #ifndef __STDLIB_H #define __STDLIB_H #ifndef __SIZE_T #define __SIZE_T typedef unsign
www.eeworm.com/read/171365/9760359

h stdlib.h

#ifndef __TL_STDLIB_H #define __TL_STDLIB_H #ifdef __cplusplus extern "C" { #endif #include #include #define max(X,Y) ((X)>(Y) ? (X) : (Y)) #define min(X,Y) ((X)>(Y
www.eeworm.com/read/170603/9796774

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/170603/9796797

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/170603/9796832

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/170603/9796866

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