From 8218285c0b848cf2173a59129062e033d0c8e46a Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 16 May 2002 12:53:40 +0000 Subject: Initial revision git-svn-id: svn://svn.rockbox.org/rockbox/trunk@586 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 apps/main.c (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c new file mode 100644 index 0000000000..20a7923e42 --- /dev/null +++ b/apps/main.c @@ -0,0 +1,25 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2002 by Björn Stenberg + * + * All files in this archive are subject to the GNU General Public License. + * See the file COPYING in the source tree root for full license agreement. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ +#include "tree.h" + +int main(void) +{ + browse_root(); + return 0; +} -- cgit v1.2.3