![]() |
![]()
| ![]() |
![]()
NAMEbl_bed_skip_header() - Read past BED header LIBRARY#include <biolibc/bed.h> -lbiolibc -lxtend SYNOPSISFILE *bl_bed_skip_header(FILE *bed_stream) ARGUMENTSstream Pointer to the FILE structure for reading the BED stream DESCRIPTIONSkip over header lines in bed input stream, leaving the FILE structure pointing to the first character in the first line of data. The header is copied to a temporary file whose FILE pointer is returned. RETURN VALUESPointer to the FILE structure of the temporary file. EXAMPLESFILE *header, *bed_stream; header = bl_bed_skip_header(bed_stream); SEE ALSObl_bed_read(3), xt_fopen(3)
|