comparison fixincludes/tests/base/stdlib.h @ 0:a06113de4d67

first commit
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2009 14:47:48 +0900
parents
children 77e2b8dfacca
comparison
equal deleted inserted replaced
-1:000000000000 0:a06113de4d67
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( HPUX11_ABS_CHECK )
13 #if !defined(_MATH_INCLUDED) || defined(__GNUG__)
14 #endif /* HPUX11_ABS_CHECK */
15
16
17 #if defined( HPUX_LONG_DOUBLE_CHECK )
18 extern long double strtold(const char *, char **);
19
20 #endif /* HPUX_LONG_DOUBLE_CHECK */
21
22
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 */
28
29
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 */
34
35
36 #if defined( SVR4_GETCWD_CHECK )
37 extern char* getcwd(char *, size_t);
38 #endif /* SVR4_GETCWD_CHECK */
39
40
41 #if defined( SVR4_PROFIL_CHECK )
42 profil(unsigned short *, size_t, int, unsigned int);
43 #endif /* SVR4_PROFIL_CHECK */
44
45
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);
51
52 #endif /* SYSZ_STDLIB_FOR_SUN_CHECK */