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:
Tomas Salfischberger 2005-06-01 20:35:08 +00:00
parent 6ebdbe8df3
commit 195b9d3630

View file

@ -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.