mirror of
https://github.com/drasko/open-ameba.git
synced 2024-11-22 14:04:19 +00:00
3 lines
94 B
C
3 lines
94 B
C
//char unalChar(char const *adr);
|
|
#define unalChar(x) *(x)
|
|
short unalShort(short const *adr);
|