We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c17ab commit 3cd06ddCopy full SHA for 3cd06dd
s_mp_fprintf.c
@@ -5,9 +5,12 @@
5
6
#ifndef MP_NO_FILE
7
#include <stdarg.h>
8
+#include <stdint.h>
9
#include <inttypes.h>
10
#include <string.h>
11
#include <sys/types.h>
12
+#include <stddef.h>
13
+
14
15
/* Step to the next character, throw error if there is none */
16
#define LTM_NEXT_ERROR(x) do{(x)++;if(*(x) == '\0'){goto LTM_ERR;}}while(0)
0 commit comments