forked from len0rd/rockbox
Implement fast_readline as a function and use it for tagtree also.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11301 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
593b552486
commit
a1ac743453
4 changed files with 199 additions and 175 deletions
|
@ -42,6 +42,8 @@ char *create_datetime_filename(char *buffer, const char *path,
|
|||
* stored in buffer.
|
||||
*/
|
||||
int read_line(int fd, char* buffer, int buffer_size);
|
||||
int fast_readline(int fd, char *buf, int buf_size, void *parameters,
|
||||
int (*callback)(int n, const char *buf, void *parameters));
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
/* Save a .BMP file containing the current screen contents. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue