K 10 svn:author V 6 araujo K 8 svn:date V 27 2016-04-14T12:46:46.344610Z K 7 svn:log V 170 Use NULL instead of 0 for pointers. The strchr(3) returns a NULL if the character does not appears in the string. The malloc will return NULL if cannot allocate memory. END