代码搜索:stdlib

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

代码结果 10,000
www.eeworm.com/read/286235/4041039

c stdlib.c

#include
www.eeworm.com/read/286235/4041117

c stdlib.c

#include #include #define MULTIPLIER 0x015a4e35L #define INCREMENT 1 static ULONG ulSeed = 1; int errno = 0; void std_srand(unsigned seed) { ulSeed =
www.eeworm.com/read/286192/4042031

h stdlib.h

// UnderC Development Project, 2001 #ifndef __STDLIB_H #define __STDLIB_H typedef void (*VOIDFN)(); typedef int (*COMPAREFN) (const void *, const void *); #ifndef _SIZE_T_DEF #define _SIZE_T_D
www.eeworm.com/read/279968/4130439

h stdlib.h

#ifndef _MACHSTDLIB_H_ #define _MACHSTDLIB_H_ #ifndef __STRICT_ANSI__ # if defined(__ALTIVEC__) _PTR _EXFUN(vec_calloc,(size_t __nmemb, size_t __size)); _PTR _EXFUN(_vec_calloc_r,(struct _ree
www.eeworm.com/read/279968/4130850

h stdlib.h

#ifndef _MACHSTDLIB_H_ #define _MACHSTDLIB_H_ /* place holder so platforms may add stdlib.h extensions */ #endif /* _MACHSTDLIB_H_ */
www.eeworm.com/read/279968/4130864

h stdlib.h

/* * stdlib.h * * Definitions for common types, variables, and functions. */ #ifndef _STDLIB_H_ #define _STDLIB_H_ #include "_ansi.h" #define __need_size_t #define __need_wchar_t #include
www.eeworm.com/read/279968/4131044

tex stdlib.tex

@node Stdlib @chapter Standard Utility Functions (@file{stdlib.h}) This chapter groups utility functions useful in a variety of programs. The corresponding declarations are in the header file @file{s
www.eeworm.com/read/276808/4162335

c stdlib.c

/**************************************************************************** * * SciTech OS Portability Manager Library * * ========================================================
www.eeworm.com/read/276120/4168497

c stdlib.c

/**************************************************************************** * * SciTech OS Portability Manager Library * * ========================================================
www.eeworm.com/read/275471/4176372

h stdlib.h

/*-------------------------------------------------------------------------- STDLIB.H Standard functions. Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil Software, Inc. All rights reserved