Skip to content

Commit

Permalink
adding more headers
Browse files Browse the repository at this point in the history
  • Loading branch information
czurnieden committed May 29, 2023
1 parent 09c17ab commit 12d9c96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions s_mp_fprintf.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@

#ifndef MP_NO_FILE
#include <stdarg.h>
#include <stdint.h>
#include <stdbool.h>
#include <inttypes.h>
#include <string.h>
#include <sys/types.h>
#include <stddef.h>


/* Step to the next character, throw error if there is none */
#define LTM_NEXT_ERROR(x) do{(x)++;if(*(x) == '\0'){goto LTM_ERR;}}while(0)
Expand Down

0 comments on commit 12d9c96

Please sign in to comment.