|
|
Rockbox mail archiveSubject: Re: cvs: firmware disk.c,NONE,1.1From: Daniel Stenberg (daniel_at_haxx.se) Date: 2002-05-01
On Tue, 30 Apr 2002, stuart martin wrote:
> Added Files:
> FILE *fp;
[snip]
> fp = fopen( filename, "r" );
Just a note here. We currently have no plans to supported the buffered
The ones we plan to offer initially are the functions in
extern int open(char* pathname, int flags);
extern int read(int fd, void* buf, int count);
extern int lseek(int fd, int offset, int whence);
extern int remove(char* pathname);
--
Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
Page was last modified "Mar 9 2008" The Rockbox Crew |