new stddef.h from m68k-atari-mint toolchain apparently contains a conflicting typedef for size_t
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#ifndef _BAS_PRINTF_H_
|
||||
#define _BAS_PRINTF_H_
|
||||
#include <stdarg.h>
|
||||
typedef uint32_t size_t;
|
||||
#include <stddef.h>
|
||||
|
||||
extern void xvsnprintf(char *str, size_t size, const char *fmt, va_list va);
|
||||
extern void xvprintf(const char *fmt, va_list va);
|
||||
|
||||
Reference in New Issue
Block a user