[AJUDA] - sscanf/strtok
#4

Quote:
Originally Posted by Nathy.SA-MP
Посмотреть сообщение
estive fazendo o meu,
deu preguiзa de terminar ( apesar de ter somente uma funзгo, KKK)

pawn Код:
stock nIni_Get(arch[], str[])
{

    static
        File:_sFile,
        _str[128],
        _sRet[128]
    ;
    _sFile = fopen(arch, io_read);
    while(fread(_sFile, _str))
    {
        strdel(_str, 0, strlen(str) + 1);
        if(!strcmp(_str, str, true))
        {
            fclose(_sFile);
            return _sRet;
        }
    }
    fclose(_sFile);
    return _sRet;
}
estuda ai, talvez vocк tire algo dele.
Tem como ajudar, colocando um comentario em cada linha? consegui entender a metade do cуdigo :P
obrigado.
Reply


Messages In This Thread
[AJUDA] - sscanf/strtok - by Tesse_ - 03.09.2011, 03:34
Re: [AJUDA] - sscanf/strtok - by Tesse_ - 03.09.2011, 03:50
Re: [AJUDA] - sscanf/strtok - by histire - 03.09.2011, 03:53
Re: [AJUDA] - sscanf/strtok - by Tesse_ - 03.09.2011, 04:03
Re: [AJUDA] - sscanf/strtok - by Ricop522 - 03.09.2011, 04:13
Re: [AJUDA] - sscanf/strtok - by histire - 03.09.2011, 04:14
Re: [AJUDA] - sscanf/strtok - by Ricop522 - 03.09.2011, 04:18
Re: [AJUDA] - sscanf/strtok - by Tesse_ - 03.09.2011, 04:27

Forum Jump:


Users browsing this thread: 1 Guest(s)