mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
added printf() proto
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2778 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4ce3f72cc6
commit
864cff709f
1 changed files with 1 additions and 0 deletions
|
|
@ -30,3 +30,4 @@ extern int open(char* pathname, int flags);
|
|||
extern int close(int fd);
|
||||
extern int read(int fd, void* buf, int count);
|
||||
extern int lseek(int fd, int offset, int whence);
|
||||
extern int printf(const char *format, ...);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue