We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870eca0 commit 09c17abCopy full SHA for 09c17ab
s_mp_fprintf.c
@@ -7,6 +7,7 @@
7
#include <stdarg.h>
8
#include <inttypes.h>
9
#include <string.h>
10
+#include <sys/types.h>
11
12
/* Step to the next character, throw error if there is none */
13
#define LTM_NEXT_ERROR(x) do{(x)++;if(*(x) == '\0'){goto LTM_ERR;}}while(0)
0 commit comments