Subversion Repositories freemyipod

Rev

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

Rev 71 Rev 111
Line 19... Line 19...
19
 *
19
 *
20
 ****************************************************************************/
20
 ****************************************************************************/
21
 
21
 
22
#include "global.h"
22
#include "global.h"
23
#include <stdlib.h>
23
#include <stdlib.h>
24
#include "ctype.h"
24
#include "libc/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;