Files
stmbl/src/printf.h
2013-12-09 23:04:24 +01:00

15 lines
212 B
C

//
// 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