1/*  DO NOT EDIT THIS FILE.
2
3    It has been auto-edited by fixincludes from:
4
5	"fixinc/tests/inc/stdlib.h"
6
7    This had to be done to correct non-standard usages in the
8    original, manufacturer supplied header file.  */
9
10
11
12#if defined( AIX_STRTOF_CONST_CHECK )
13extern float    strtof(const char *, char **);
14#endif  /* AIX_STRTOF_CONST_CHECK */
15
16
17#if defined( HPUX11_ABS_CHECK )
18#if !defined(_MATH_INCLUDED) || defined(__GNUG__)
19#endif  /* HPUX11_ABS_CHECK */
20
21
22#if defined( HPUX_LONG_DOUBLE_CHECK )
23extern long double strtold(const char *, char **);
24
25#endif  /* HPUX_LONG_DOUBLE_CHECK */
26
27
28#if defined( HPUX_LONG_DOUBLE_2_CHECK )
29#  if !defined(__ia64) || !defined(_PROTOTYPES) || defined(_LONG_DOUBLE_STRUCT)
30
31#endif  /* HPUX_LONG_DOUBLE_2_CHECK */
32
33
34#if defined( INT_ABORT_FREE_AND_EXIT_CHECK )
35extern void	abort(int);
36extern void	free(void*);
37extern void	exit(void*);
38#endif  /* INT_ABORT_FREE_AND_EXIT_CHECK */
39
40
41#if defined( LYNXOS_MISSING_PUTENV_CHECK )
42extern char *getenv	_AP((const char *));
43extern int putenv				_AP((char *));
44#endif  /* LYNXOS_MISSING_PUTENV_CHECK */
45
46
47#if defined( SVR4_GETCWD_CHECK )
48extern char* getcwd(char *, size_t);
49#endif  /* SVR4_GETCWD_CHECK */
50
51
52#if defined( SVR4_PROFIL_CHECK )
53profil(unsigned short *, size_t, int, unsigned int);
54#endif  /* SVR4_PROFIL_CHECK */
55
56
57#if defined( SYSZ_STDLIB_FOR_SUN_CHECK )
58extern void *	calloc(size_t);
59extern void *	malloc(size_t);
60extern void *	realloc(void*,size_t);
61extern void *	bsearch(void*,size_t,size_t);
62
63#endif  /* SYSZ_STDLIB_FOR_SUN_CHECK */
64