working printf

This commit is contained in:
Christina Quast
2014-12-13 13:30:31 +01:00
parent dcb67a2843
commit 99f9f7b504
5 changed files with 35 additions and 5 deletions

View File

@@ -12,6 +12,7 @@
/** Highlevel */
#include "trace.h"
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#ifdef __GNUC__