Add SKIPSTRINGL macro

This commit is contained in:
LJ Sonic 2022-01-10 20:03:29 +01:00
parent 05f1a9edc1
commit aee7803621

View file

@ -192,6 +192,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; \
\