lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



On 16/11/20 15:35, Ranier Vilela wrote:

False.
Strncmp always is faster.
Once strcmp, it will go to the end of the string, always.
Not false, since strcmp only goes as far as the first NUL is found in one of the strings.