You declare it like this:

typedef struct {
        char    f;
        uchar   l[4];
        char    g;
        uchar   m[4];
} Dac960fu;

and convert l and m using the usual integer-to-bytes and
bytes-to-integers macros or functions, presumably the little-endian
versions.  Mylex were crazy to lay the data out this way.

Reply via email to