mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Bagder in version 1.81 of plugin.h: "fprintf() is now fdprintf()" so time to put it in here too :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6548 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6ebdbe8df3
commit
195b9d3630
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ Files
|
||||||
|
|
||||||
Returns size of a file. Upon error, returns -1.
|
Returns size of a file. Upon error, returns -1.
|
||||||
|
|
||||||
int fprintf(int fd, const char *fmt, ...);
|
int fdprintf(int fd, const char *fmt, ...);
|
||||||
|
|
||||||
Write a formated string in the fd.
|
Write a formated string in the fd.
|
||||||
Returns the number of characters writen to file.
|
Returns the number of characters writen to file.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue