summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
authorRobert Keevil <rkeevil+rockbox@gmail.com>2009-07-13 21:09:39 +0000
committerRobert Keevil <rkeevil+rockbox@gmail.com>2009-07-13 21:09:39 +0000
commiteea149bd1399e749a6dae8b3a6fe5ff076ead985 (patch)
treea131998421757859c25c567c657223ece0430c31 /apps/debug_menu.c
parent5f6998bde9b8a7a7aa61df602202ff41feb13ea1 (diff)
downloadrockbox-eea149bd1399e749a6dae8b3a6fe5ff076ead985.zip
rockbox-eea149bd1399e749a6dae8b3a6fe5ff076ead985.tar.gz
rockbox-eea149bd1399e749a6dae8b3a6fe5ff076ead985.tar.bz2
rockbox-eea149bd1399e749a6dae8b3a6fe5ff076ead985.tar.xz
FS#10436 - add the Sansa View to the build system. The bootloader builds but doesn't do anything useful yet.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21848 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--generated by cgit v1.1 at 2026-05-11 08:40:15 +0000 nclude <stdio.h> #include <ctype.h> #define MAXMSGLEN 2048 char filenamebuf[MAXFILENAME]; char msgbuf[MAXMSGLEN]; char *spif_get_filename(void) { char *name=NULL; #if 0 /* should be implemented when adding ability */ /* to open snapshots from within zxbox */ char *name, *s; s = get_filename_line(); for(; *s && isspace((int) *s); s++); name = s; for(; *s && isgraph((int) *s); s++); *s = '\0'; if(name == s) { printf("Canceled!\n"); return NULL; } #endif