Home | History | Annotate | Line # | Download | only in base
stdlib.h revision 1.1.1.2
      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 )
     13 extern 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 )
     23 extern 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 )
     35 extern void	abort(int);
     36 extern void	free(void*);
     37 extern void	exit(void*);
     38 #endif  /* INT_ABORT_FREE_AND_EXIT_CHECK */
     39 
     40 
     41 #if defined( LYNXOS_MISSING_PUTENV_CHECK )
     42 extern char *getenv	_AP((const char *));
     43 extern int putenv				_AP((char *));
     44 #endif  /* LYNXOS_MISSING_PUTENV_CHECK */
     45 
     46 
     47 #if defined( SVR4_GETCWD_CHECK )
     48 extern char* getcwd(char *, size_t);
     49 #endif  /* SVR4_GETCWD_CHECK */
     50 
     51 
     52 #if defined( SVR4_PROFIL_CHECK )
     53 profil(unsigned short *, size_t, int, unsigned int);
     54 #endif  /* SVR4_PROFIL_CHECK */
     55 
     56 
     57 #if defined( SYSZ_STDLIB_FOR_SUN_CHECK )
     58 extern void *	calloc(size_t);
     59 extern void *	malloc(size_t);
     60 extern void *	realloc(void*,size_t);
     61 extern void *	bsearch(void*,size_t,size_t);
     62 
     63 #endif  /* SYSZ_STDLIB_FOR_SUN_CHECK */
     64