00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #if defined( ARM_WCHAR_CHECK )
00013 # ifndef _GCC_WCHAR_T
00014 # define _GCC_WCHAR_T short
00015 # endif
00016 #endif
00017
00018
00019 #if defined( INT_ABORT_FREE_AND_EXIT_CHECK )
00020 extern void abort(int);
00021 extern void free(void*);
00022 extern void exit(void*);
00023 #endif
00024
00025
00026 #if defined( NEWS_OS_RECURSION_CHECK )
00027 #ifdef BOGUS_RECURSION
00028 #include <stdlib.h>
00029 #endif
00030 #endif
00031
00032
00033 #if defined( SVR4_GETCWD_CHECK )
00034 extern char* getcwd(char *, size_t);
00035 #endif
00036
00037
00038 #if defined( SVR4_PROFIL_CHECK )
00039 profil(unsigned short *, size_t, int, unsigned int);
00040 #endif
00041
00042
00043 #if defined( SYSZ_STDLIB_FOR_SUN_CHECK )
00044 extern void * calloc(size_t);
00045 extern void * malloc(size_t);
00046 extern void * realloc(void*,size_t);
00047 extern void * bsearch(void*,size_t,size_t);
00048
00049 #endif
00050
00051
00052 #if defined( ULTRIX_ATEXIT_PARAM_CHECK )
00053 int atexit( void (*__func)( void ) );
00054
00055 #endif