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 12d9c96Copy full SHA for 12d9c96
s_mp_fprintf.c
@@ -5,9 +5,13 @@
5
6
#ifndef MP_NO_FILE
7
#include <stdarg.h>
8
+#include <stdint.h>
9
+#include <stdbool.h>
10
#include <inttypes.h>
11
#include <string.h>
12
#include <sys/types.h>
13
+#include <stddef.h>
14
+
15
16
/* Step to the next character, throw error if there is none */
17
#define LTM_NEXT_ERROR(x) do{(x)++;if(*(x) == '\0'){goto LTM_ERR;}}while(0)
0 commit comments