const char for atoi

ulab-original
jsorg71 14 years ago
parent 7e36a89921
commit 0156c1448d

@ -1391,7 +1391,7 @@ g_strncasecmp(const char* c1, const char* c2, int len)
/*****************************************************************************/
int APP_CC
g_atoi(char* str)
g_atoi(const char* str)
{
if (str == 0)
{

@ -169,7 +169,7 @@ g_strcasecmp(const char* c1, const char* c2);
int APP_CC
g_strncasecmp(const char* c1, const char* c2, int len);
int APP_CC
g_atoi(char* str);
g_atoi(const char* str);
int APP_CC
g_htoi(char* str);
int APP_CC

Loading…
Cancel
Save