ppc_fetch_line_test, a C code which calls ppc_fetch_line(), which transfers lines of text from a file to a buffer, trimming initial and trailing whitespace, and comments, from Rouben Rostamian's "Programming Projects in C";
The computer code and data files described and made available on this web page are distributed under the MIT license
ppc_fetch_line, a C code which transfers lines of text from a file to a buffer, trimming initial and trailing whitespace, and comments, from Rouben Rostamian's "Programming Projects in C";