mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-26 15:31:03 +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++; \
|
||||
})
|
||||
|
||||
#define SKIPSTRINGL(p, n) SKIPSTRINGN(p, n)
|
||||
|
||||
#define READSTRINGN(p, s, n) ({ \
|
||||
size_t tmp_i = 0; \
|
||||
\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue