2016-04-15 12:10 GMT+08:00 Marcelo Araujo :
> Author: araujo
> Date: Fri Apr 15 04:10:47 2016
> New Revision: 298033
> URL: https://svnweb.freebsd.org/changeset/base/298033
>
> Log:
> Use NULL instead of 0 for pointers.
>
> fgetln(3) will returns NULL if cannot get a line from a stream.
> st
Author: araujo
Date: Fri Apr 15 04:10:47 2016
New Revision: 298033
URL: https://svnweb.freebsd.org/changeset/base/298033
Log:
Use NULL instead of 0 for pointers.
fgetln(3) will returns NULL if cannot get a line from a stream.
strsep(3) it will returns NULL if the end of the string was rea