[PEDIDO] e [AJUDA] Include e Lingua do Forum
#2

PHP код:
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;

Vai no rodapй do fуrum aqui mesmo e muda lб pra EN - English
Reply


Messages In This Thread
[PEDIDO] e [AJUDA] Include e Lingua do Forum - by ViCtOr_Mc - 20.06.2011, 15:40
Re: [PEDIDO] e [AJUDA] Include e Lingua do Forum - by RockFire - 20.06.2011, 15:42
Re: [PEDIDO] e [AJUDA] Include e Lingua do Forum - by ViCtOr_Mc - 20.06.2011, 15:44
Re: [PEDIDO] e [AJUDA] Include e Lingua do Forum - by The Knight - 20.06.2011, 15:45
Re: [PEDIDO] e [AJUDA] Include e Lingua do Forum - by ViCtOr_Mc - 20.06.2011, 15:49
Re: [PEDIDO] e [AJUDA] Include e Lingua do Forum - by RockFire - 20.06.2011, 15:55

Forum Jump:


Users browsing this thread: 1 Guest(s)