Home
last modified time | relevance | path

Searched refs:nbytes (Results 1 – 1 of 1) sorted by relevance

/stdlib/
A Dgen-tst-strtod-round.c162 ssize_t nbytes; in main() local
192 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