JWS C Library
C language utility library
|
Definitions for file I/O utility functions. More...
#include <jwsc/config.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <assert.h>
#include <inttypes.h>
#include "jwsc/base/file_io.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. |
Definitions for file I/O utility functions.
Definition in file file_io.c.
int skip_fp_spaces_and_comments | ( | FILE * | fp | ) |
int skip_line | ( | FILE * | fp | ) |