Searched refs:nbytes (Results 1 – 1 of 1) sorted by relevance
162 ssize_t nbytes; in main() local192 while ((nbytes = getline (&p, &len, fin)) != -1) in main()194 if (p[nbytes - 1] == '\n') in main()195 p[nbytes - 1] = 0; in main()
Completed in 5 milliseconds