|
Macaulay2 Engine
|
Length-prefixed byte string passed between the M2 front end and the engine. More...
#include <m2-types.h>
Public Attributes | |
| int | len |
| signed char | array [] |
Length-prefixed byte string passed between the M2 front end and the engine.
len is the byte count; array is a C99 flexible-array member that follows in the same allocation. Always handled as a pointer (M2_string), never as a value, so the trailing variable-length buffer travels with it.
Definition at line 96 of file m2-types.h.