crm_buf Struct

C

struct crm_buf {
     /** Size in bytes of operand **/
     size_t sz;
     /** Memory of operand bytes in big endian **/
     char *bytes;
};

Description

Basic operand representation