include: Add printf.h
This commit is contained in:
parent
6f04d659aa
commit
624dbb2f2e
1 changed files with 6 additions and 0 deletions
6
include/printf.h
Normal file
6
include/printf.h
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#ifndef __PRINTF_H__
|
||||||
|
#define __PRINTF_H__
|
||||||
|
|
||||||
|
int printf(const char *fmt, ...);
|
||||||
|
|
||||||
|
#endif /* __PRINTF_H__ */
|
Loading…
Add table
Add a link
Reference in a new issue