Add SKIPSTRINGL macro

This commit is contained in:
LJ Sonic 2022-01-10 20:03:29 +01:00 committed by toaster
parent 32e7442d00
commit 0036559bef

View file

@ -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; \
\