1
0
Fork 0

fix(printf): move <stddef.h> to header

Fixes #13
development v2.2.2
Marco Paland 7 years ago
parent 2bdef77da4
commit 814bbf6f47

@ -31,7 +31,6 @@
///////////////////////////////////////////////////////////////////////////////
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include "printf.h"

@ -33,6 +33,7 @@
#define _PRINTF_H_
#include <stdarg.h>
#include <stddef.h>
#ifdef __cplusplus

Loading…
Cancel
Save