[Ajuda] Desligamento no /q
#3

¬¬

/*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;
}*/

Ai esta com o /*
Reply


Messages In This Thread
Desligamento no /q - by AlphaLucas - 21.04.2016, 21:00
Re: Desligamento no /q - by rhaegartargaryen - 21.04.2016, 21:08
Re: Desligamento no /q - by AlphaLucas - 21.04.2016, 21:16
Re: Desligamento no /q - by rhaegartargaryen - 21.04.2016, 21:28
Re: Desligamento no /q - by AlphaLucas - 21.04.2016, 21:33
Re: Desligamento no /q - by rhaegartargaryen - 21.04.2016, 22:17
Re: Desligamento no /q - by Whoo - 21.04.2016, 22:22
Re: Desligamento no /q - by AlphaLucas - 21.04.2016, 22:56
Re: Desligamento no /q - by rhaegartargaryen - 21.04.2016, 22:58

Forum Jump:


Users browsing this thread: 1 Guest(s)