Update concepts branch to revision 131834
[official-gcc.git] / fixincludes / tests / base / stdlib.h
blobe7174e191085d7ce496a1e995678799961cbb930
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( HPUX11_ABS_CHECK )
13 #if !defined(_MATH_INCLUDED) || defined(__GNUG__)
14 #endif /* HPUX11_ABS_CHECK */
17 #if defined( HPUX_LONG_DOUBLE_CHECK )
18 extern long double strtold(const char *, char **);
20 #endif /* HPUX_LONG_DOUBLE_CHECK */
23 #if defined( INT_ABORT_FREE_AND_EXIT_CHECK )
24 extern void abort(int);
25 extern void free(void*);
26 extern void exit(void*);
27 #endif /* INT_ABORT_FREE_AND_EXIT_CHECK */
30 #if defined( LYNXOS_MISSING_PUTENV_CHECK )
31 extern char *getenv _AP((const char *));
32 extern int putenv _AP((char *));
33 #endif /* LYNXOS_MISSING_PUTENV_CHECK */
36 #if defined( SVR4_GETCWD_CHECK )
37 extern char* getcwd(char *, size_t);
38 #endif /* SVR4_GETCWD_CHECK */
41 #if defined( SVR4_PROFIL_CHECK )
42 profil(unsigned short *, size_t, int, unsigned int);
43 #endif /* SVR4_PROFIL_CHECK */
46 #if defined( SYSZ_STDLIB_FOR_SUN_CHECK )
47 extern void * calloc(size_t);
48 extern void * malloc(size_t);
49 extern void * realloc(void*,size_t);
50 extern void * bsearch(void*,size_t,size_t);
52 #endif /* SYSZ_STDLIB_FOR_SUN_CHECK */