3 Parts Copyright 2009, jimmikaelkael
4 Copyright (c) 2002, A.Lee & Nicholas Van Veen
5 Licenced under Academic Free License version 3.0
6 Review OpenUsbLd README & LICENSE files for further details.
8 Some parts of the code are taken from libcdvd by A.Lee & Nicholas Van Veen
9 Review license_libcdvd file for further details.
22 #include <sys/types.h>
25 #define PROGRAM_NAME "opl2iso"
26 #define PROGRAM_EXTNAME "UL.CFG to ISO converter"
27 #define PROGRAM_VER "0.0.2"
29 typedef unsigned char u8
;
30 typedef unsigned short u16
;
31 typedef unsigned int u32
;
32 typedef unsigned long long u64
;
33 typedef signed char s8
;
34 typedef signed short s16
;
35 typedef signed int s32
;
36 typedef signed long long s64
;
38 // padded for easy manipulation (e.g. the first two are one byte longer than needed)