[Ajuda] Erro na minha compilaзгo
#2

fim do gm
pawn Код:
strtok(const string[], &index)
{
new length = strlen(string);
while ((index < length) && (string[index] <= ' '))
{
index++;
}
new offset = index;
new result[20];
while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
{
result[index - offset] = string[index];
index++;
}
result[index - offset] = EOS;
return result;
}
Reply


Messages In This Thread
Erro na minha compilaзгo - by ZaturN - 09.12.2013, 19:36
Re: Erro na minha compilaзгo - by zG - 09.12.2013, 19:48
Re: Erro na minha compilaзгo - by ZaturN - 09.12.2013, 19:54

Forum Jump:


Users browsing this thread: 1 Guest(s)