Subversion Repositories freemyipod

Rev

Rev 111 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 111 Rev 113
Line 18... Line 18...
18
 * KIND, either express or implied.
18
 * KIND, either express or implied.
19
 *
19
 *
20
 ****************************************************************************/
20
 ****************************************************************************/
21
 
21
 
22
#include "global.h"
22
#include "global.h"
23
#include <stdlib.h>
23
#include "include/stdlib.h"
24
#include "libc/include/ctype.h"
24
#include "include/ctype.h"
25
 
25
 
26
int atoi (const char *str)
26
int atoi (const char *str)
27
{
27
{
28
    int value = 0;
28
    int value = 0;
29
    int sign = 1;
29
    int sign = 1;