15.02.2009, 16:54
I dont compile includes!!!
I only compile pwn files!!!!
Here the Lines in utils (thats not all lines)
IsNumeric(const string[])
{
for (new i = 0, j = strlen(string); i < j; i++)
{
if (string[i] > '9' || string[i] < '0') return 0;
}
return 1;
}
I only compile pwn files!!!!
Here the Lines in utils (thats not all lines)
IsNumeric(const string[])
{
for (new i = 0, j = strlen(string); i < j; i++)
{
if (string[i] > '9' || string[i] < '0') return 0;
}
return 1;
}