00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042 #ifndef INC_MI32_STDANSIC_H
00043 #define INC_MI32_STDANSIC_H
00044
00045 #ifdef MAC_NATIVE
00046 #include <ansi_prefix.mac.h>
00047
00048 #ifdef NO_STD_NAMESPACE
00049
00050
00051
00052
00053
00054 #undef _MSL_USING_NAMESPACE
00055 #endif
00056 #endif
00057
00058
00059
00060 #if !defined(MSDOS) && !defined(WINNT) && !defined(WIN32) && !defined(INC_UNISTD_H)
00061 #include <unistd.h>
00062 #define INC_UNISTD_H
00063 #endif
00064
00065 #ifndef INC_STDDEF_H
00066 #include <stddef.h>
00067 #define INC_STDDEF_H
00068 #endif
00069
00070 #ifndef INC_STAT_H
00071 #include <sys/stat.h>
00072 #define INC_STAT_H
00073 #endif
00074
00075 #ifndef INC_STDIO_H
00076 #include <stdio.h>
00077 #define INC_STDIO_H
00078 #endif
00079
00080 #ifndef INC_STDLIB_H
00081 #include <stdlib.h>
00082 #define INC_STDLIB_H
00083 #endif
00084
00085 #ifndef INC_STDARG_H
00086 #include <stdarg.h>
00087 #define INC_STDARG_H
00088 #endif
00089
00090 #ifndef INC_MATH_H
00091 #include <math.h>
00092 #define INC_MATH_H
00093 #endif
00094
00095 #ifndef INC_STRING_H
00096 #include <string.h>
00097 #define INC_STRING_H
00098 #endif
00099
00100 #ifndef INC_FLOAT_H
00101 #include <float.h>
00102 #define INC_FLOAT_H
00103 #endif
00104
00105 #ifndef INC_MI32_COMPAT_H
00106 #include <mi32/compat.h>
00107 #endif
00108
00109 #endif