JWS C Library
C language utility library
|
Declarations for file I/O utility functions. More...
#include <jwsc/config.h>
#include <stdlib.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
int | skip_fp_spaces_and_comments (FILE *fp) |
Skips the fp ahead over blank space and lines beginning with '#'. | |
int | skip_line (FILE *fp) |
Skips a line of input. | |
int | count_fp_line_columns (FILE *fp) |
Counts the number of space separated columns in a line. |
Declarations for file I/O utility functions.
Definition in file file_io.h.
int skip_fp_spaces_and_comments | ( | FILE * | fp | ) |
int skip_line | ( | FILE * | fp | ) |