Main Page | Class List | Directories | File List | Class Members | File Members

types.h

Go to the documentation of this file.
00001 #ifndef __SYS_TYPES_H__
00002 #define __SYS_TYPES_H__ 1
00003 
00004 #include <MacTypes.h>
00005 #include <alloca.h>
00006 #include <string.h>
00007 
00008 typedef short           int16_t;
00009 typedef long            int32_t;
00010 typedef long long       int64_t;
00011 
00012 #define vorbis_size32_t long
00013 
00014 
00015 #if defined(__cplusplus)
00016 extern "C" {
00017 #endif
00018 
00019 #pragma options align=power
00020 
00021 char *strdup(const char *inStr);
00022 
00023 #pragma options align=reset
00024 
00025 #if defined(__cplusplus)
00026 }
00027 #endif
00028 
00029 #endif /* __SYS_TYPES_H__ */

© sourcejam.com 2005-2008