bgzf_peek

Returns the next byte in the file without consuming it. @param fp BGZF file handler @return -1 on EOF, -2 on error, otherwise the unsigned byte value.

extern (C) @system nothrow @nogc
int
bgzf_peek
()

Meta