2. The moncmp interface

This is a small struct used to store + keep track of data passed to cmp.

<<moncmp_typedefs>>=
typedef struct moncmp_d moncmp_d;
<<moncmp_structs>>=
struct moncmp_d {
    uint8_t *buf;
    size_t pos;
    size_t sz;
};



prev | home | next