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