mirror of
https://github.com/dschmenk/Appalm.git
synced 2024-12-21 05:30:44 +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;
|
||
|
};
|
||
|
|