Skip to content
Snippets Groups Projects
Commit aee78036 authored by LJ Sonic's avatar LJ Sonic
Browse files

Add SKIPSTRINGL macro

parent 05f1a9ed
Branches
No related tags found
1 merge request!1698Fix issues with chat messages
...@@ -192,6 +192,8 @@ FUNCINLINE static ATTRINLINE UINT32 readulong(void *ptr) ...@@ -192,6 +192,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; \
\ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment