merged trunk changes

This commit is contained in:
Markus Fröschle
2013-05-12 06:30:17 +00:00
parent 56b822fa5f
commit a95752d243
16 changed files with 800 additions and 60 deletions

View File

@@ -22,6 +22,8 @@
#ifndef _BAS_PRINTF_H_
#define _BAS_PRINTF_H_
#include <stddef.h>
#include <stdarg.h>
#include <stddef.h>
extern void xvsnprintf(char *str, size_t size, const char *fmt, va_list va);