Sha256: 33955ad11b41622abe7bd5f4447526241db1419305aa8c3940927cfa5f4884dd

Contents?: true

Size: 422 Bytes

Versions: 2

Compression:

Stored size: 422 Bytes

Contents

#ifndef __SYS_TYPES_H__
#define __SYS_TYPES_H__ 1

#include <MacTypes.h>
#include <alloca.h>
#include <string.h>

typedef short		int16_t;
typedef long		int32_t;
typedef long long	int64_t;

#define vorbis_size32_t long


#if defined(__cplusplus)
extern "C" {
#endif

#pragma options align=power

char *strdup(const char *inStr);

#pragma options align=reset

#if defined(__cplusplus)
}
#endif

#endif /* __SYS_TYPES_H__ */

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
gosu-0.7.16 dependencies/libogg/macos/compat/sys/types.h
gosu-0.7.16 dependencies/libvorbis/macos/compat/sys/types.h