代码搜索:stdlib

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

代码结果 10,000
www.eeworm.com/read/304114/13800151

h stdlib.h

/*-------------------------------------------------------------------------- STDLIB.H Standard functions. Copyright (c) 1988-1997 Keil Elektronik GmbH and Keil Software, Inc. All rights reserved
www.eeworm.com/read/301490/13858483

h stdlib.h

/************************************************************************* * * Copyright Mentor Graphics Corporation 2002 * All Rights Reserved.
www.eeworm.com/read/152695/5669867

c stdlib.c

/**************************************************************************** * * SciTech OS Portability Manager Library * * ========================================================
www.eeworm.com/read/148721/5709419

h stdlib.h

#ifndef __STDLIB #define __STDLIB #define EXIT_FAILURE 1 #define EXIT_SUCCESS 0 #define MB_CUR_MAX 1 #define NULL 0 #define RAND_MAX 32767 typedef struct { int quot, rem; } div_t; typedef
www.eeworm.com/read/148721/5709437

h stdlib.h

#ifndef __STDLIB #define __STDLIB #define EXIT_FAILURE 1 #define EXIT_SUCCESS 0 #define MB_CUR_MAX 1 #define NULL 0 #define RAND_MAX 32767 typedef struct { int quot, rem; } div_t; typedef
www.eeworm.com/read/148721/5709452

h stdlib.h

#ifndef __STDLIB #define __STDLIB #define EXIT_FAILURE 1 #define EXIT_SUCCESS 0 #define MB_CUR_MAX 1 #define NULL 0 #define RAND_MAX 32767 typedef struct { int quot, rem; } div_t; typedef
www.eeworm.com/read/148143/5718110

c stdlib.c

/* * File: stdlib.c * Purpose: Functions normally found in a standard C lib. * * Notes: This supports ASCII only!!! * * Author: Eric DeVolder * Date: * * Modifications: */ #
www.eeworm.com/read/147331/5732110

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/147331/5732452

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/147331/5732462

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