Changes to make it compile

This commit is contained in:
Ørn E. Hansen
2013-04-19 22:35:50 +00:00
parent 224a30ef5f
commit 83dcefed95
3 changed files with 19 additions and 9 deletions

View File

@@ -17,10 +17,12 @@
*
*/
#include <stdarg.h>
#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);