Added detection for the unsigned/signed short type
[clinton/Virtual-Jaguar-Rx.git] / src / LEB128.h
... / ...
CommitLineData
1
2// LEB128 handler
3
4//
5extern unsigned long ReadULEB128(char *addr);
6extern long ReadLEB128(char *addr);