GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
bl_bed_skip_header(3) FreeBSD Library Functions Manual bl_bed_skip_header(3)

#include <biolibc/bed.h>
-lbiolibc -lxtend

FILE *bl_bed_skip_header(FILE *bed_stream)

stream  Pointer to the FILE structure for reading the BED stream

Skip 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.

Pointer to the FILE structure of the temporary file.

FILE    *header, *bed_stream;
header = bl_bed_skip_header(bed_stream);

bl_bed_read(3), xt_fopen(3)


Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.