printf-hook: Move glibc/vstr printf hook backends to separate files

This commit is contained in:
Martin Willi
2013-10-11 11:05:30 +02:00
parent 11282d0054
commit 243048248b
9 changed files with 589 additions and 386 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
#ifndef ENUM_H_
#define ENUM_H_
#include "printf_hook.h"
#include <utils/printf_hook/printf_hook.h>
typedef struct enum_name_t enum_name_t;