K 10 svn:author V 6 araujo K 8 svn:date V 27 2016-04-15T04:10:47.730085Z K 7 svn:log V 327 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 reached. jemalloc(3) malloc will returns NULL if it cannot allocate memory. fgetln(3) it will returns NULL if it cannot get a line from a stream. MFC after: 4 weeks END