6 lines
104 B
C
6 lines
104 B
C
#ifndef __PRINTF_H__
|
|
#define __PRINTF_H__
|
|
|
|
int printf(const char *fmt, ...);
|
|
|
|
#endif /* __PRINTF_H__ */
|