bufr2synop 0.24.0
|
file with the i/o code for binary bufr2tac More...
#include "bufr2tac.h"
Go to the source code of this file.
Functions | |
int | read_bufr (unsigned char *bufr, char *filename, int *length) |
read a bufr file as an array of unsigned chars More... | |
file with the i/o code for binary bufr2tac
Definition in file bufr2tac_io.c.
int read_bufr | ( | unsigned char * | bufr, |
char * | filename, | ||
int * | length | ||
) |
read a bufr file as an array of unsigned chars
bufr | pointer to an array of unsigned chars. On output it will contain the bufr |
filename | string with complete pathname of bufr file to read |
length | On input max length allocated by caller. On output real length of bufr |
Definition at line 34 of file bufr2tac_io.c.
References three_bytes_to_uint().