mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-01-13 05:55:18 +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);
|