There are three C functions to handle unblocked binary files.
| readgrib | To read GRIB products |
| readbufr | To read BUFR products |
| readnext | To 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).