Searched defs:newline (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/jansson/doc/html/_downloads/
H A Dgithub_commits.c19 /* Return the offset of the first newline in text or the length of
20 text if there's no newline */
23 const char *newline = strchr(text, '\n'); local
24 if(!newline)
27 return (int)(newline - text);

Completed in 12 milliseconds