mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
Add SKIPSTRINGL macro
This commit is contained in:
parent
32e7442d00
commit
0036559bef
1 changed files with 2 additions and 0 deletions
|
|
@ -181,6 +181,8 @@ FUNCINLINE static ATTRINLINE UINT32 readulong(void *ptr)
|
||||||
tmp_i++; \
|
tmp_i++; \
|
||||||
})
|
})
|
||||||
|
|
||||||
|
#define SKIPSTRINGL(p, n) SKIPSTRINGN(p, n)
|
||||||
|
|
||||||
#define READSTRINGN(p, s, n) ({ \
|
#define READSTRINGN(p, s, n) ({ \
|
||||||
size_t tmp_i = 0; \
|
size_t tmp_i = 0; \
|
||||||
\
|
\
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue