diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2008-04-28 16:18:04 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2008-04-28 16:18:04 +0000 |
| commit | 2843469876a543a1a5beaa27b9d4ae8ab0e201d0 (patch) | |
| tree | 74a487c754d1bd63532b500f603492bec5bbcc2a /firmware/include/atoi.h | |
| parent | 5b1e86c35fa7e03a841c1d58d869e925f7638904 (diff) | |
| download | rockbox-2843469876a543a1a5beaa27b9d4ae8ab0e201d0.zip rockbox-2843469876a543a1a5beaa27b9d4ae8ab0e201d0.tar.gz rockbox-2843469876a543a1a5beaa27b9d4ae8ab0e201d0.tar.bz2 rockbox-2843469876a543a1a5beaa27b9d4ae8ab0e201d0.tar.xz | |
Moved atoi declaration to stdlib.h. Deleted atoi.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17280 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/include/atoi.h')
| -rw-r--r-- | firmware/include/atoi.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/firmware/include/atoi.h b/firmware/include/atoi.h deleted file mode 100644 index 1188796..0000000 --- a/firmware/include/atoi.h +++ /dev/null @@ -1,25 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2002 by Felix Arends - * - * 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. - * - ****************************************************************************/ - -#ifndef __ATOI_H__ -#define __ATOI_H__ - -int atoi (const char *str); - -#endif /* __ATOI_H__ */ |