mirror of
https://github.com/drasko/open-ameba.git
synced 2025-01-14 09:15:20 +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);
|