// // printf.h // test // // Created by crinq on 03.12.13. // Copyright (c) 2013 Rene Hopf. All rights reserved. // #ifndef test_printf_h #define test_printf_h int printf_(const char *format, ...); #endif