1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/stdlib.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( ARM_WCHAR_CHECK )
13 # ifndef _GCC_WCHAR_T /* we don't have wchar_t yet, ... */
14 # define _GCC_WCHAR_T short
15 # endif /* __wchar_t */
16 #endif /* ARM_WCHAR_CHECK */
19 #if defined( INT_ABORT_FREE_AND_EXIT_CHECK )
20 extern void abort(int);
21 extern void free(void*);
22 extern void exit(void*);
23 #endif /* INT_ABORT_FREE_AND_EXIT_CHECK */
26 #if defined( NEWS_OS_RECURSION_CHECK )
27 #ifdef BOGUS_RECURSION
30 #endif /* NEWS_OS_RECURSION_CHECK */
33 #if defined( SVR4_GETCWD_CHECK )
34 extern char* getcwd(char *, size_t);
35 #endif /* SVR4_GETCWD_CHECK */
38 #if defined( SVR4_PROFIL_CHECK )
39 profil(unsigned short *, size_t, int, unsigned int);
40 #endif /* SVR4_PROFIL_CHECK */
43 #if defined( SYSZ_STDLIB_FOR_SUN_CHECK )
44 extern void * calloc(size_t);
45 extern void * malloc(size_t);
46 extern void * realloc(void*,size_t);
47 extern void * bsearch(void*,size_t,size_t);
49 #endif /* SYSZ_STDLIB_FOR_SUN_CHECK */
52 #if defined( ULTRIX_ATEXIT_PARAM_CHECK )
53 int atexit( void (*__func)( void ) );
55 #endif /* ULTRIX_ATEXIT_PARAM_CHECK */