Emoslib is now deprecated

There are three C functions to handle unblocked binary files.

 

readgribTo read GRIB products
readbufrTo read BUFR products
readnextTo read any mixture of GRIB and BUFR products.

These functions are written in C and use C standard library functions for file handling (fopen, fclose, fseek, fread and fwrite).