Read a file line by line: Difference between revisions

m
→‎{{header|C}}: Changed {{libheader|BSD}} to {{libheader|BSD libc}} before I create the category.
(→‎{{header|C}}: +{{libheader|BSD}} for fgetln() solution.)
m (→‎{{header|C}}: Changed {{libheader|BSD}} to {{libheader|BSD libc}} before I create the category.)
Line 98:
The next example uses [http://www.openbsd.org/cgi-bin/man.cgi?query=fgetln&apropos=0&sektion=3&manpath=OpenBSD+Current&arch=i386&format=html ''fgetln()''] and [http://www.openbsd.org/cgi-bin/man.cgi?query=err&apropos=0&sektion=3&manpath=OpenBSD+Current&arch=i386&format=html ''err()''] from [[BSD]], but will not work with most other systems.
 
{{libheader|BSD libc}}
{{works with|OpenBSD|4.8}}
 
Anonymous user