include: Add printf.h

This commit is contained in:
Sean Cross 2014-08-19 16:08:39 +08:00
parent 6f04d659aa
commit 624dbb2f2e

6
include/printf.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef __PRINTF_H__
#define __PRINTF_H__
int printf(const char *fmt, ...);
#endif /* __PRINTF_H__ */