fernly/include/printf.h
2014-08-19 16:08:39 +08:00

6 lines
104 B
C

#ifndef __PRINTF_H__
#define __PRINTF_H__
int printf(const char *fmt, ...);
#endif /* __PRINTF_H__ */