Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/libvorbis-1.2.0/macos/compat/sys/types.h @ 16

Last change on this file since 16 was 16, checked in by landauf, 16 years ago

added libvorbis

File size: 422 bytes
Line 
1#ifndef __SYS_TYPES_H__
2#define __SYS_TYPES_H__ 1
3
4#include <MacTypes.h>
5#include <alloca.h>
6#include <string.h>
7
8typedef short           int16_t;
9typedef long            int32_t;
10typedef long long       int64_t;
11
12#define vorbis_size32_t long
13
14
15#if defined(__cplusplus)
16extern "C" {
17#endif
18
19#pragma options align=power
20
21char *strdup(const char *inStr);
22
23#pragma options align=reset
24
25#if defined(__cplusplus)
26}
27#endif
28
29#endif /* __SYS_TYPES_H__ */
Note: See TracBrowser for help on using the repository browser.