mirror of
https://github.com/dschmenk/Appalm.git
synced 2024-10-13 08:23:54 +00:00
10 lines
126 B
C
10 lines
126 B
C
#include <PalmOS.h>
|
|
#include <PalmCompatibility.h>
|
|
#include <SonyCLIE.h>
|
|
|
|
union PCStruct {
|
|
UInt8 Byte[2];
|
|
UInt16 PC;
|
|
};
|
|
|