Macaulay2 Engine
Loading...
Searching...
No Matches
M2_string Struct Reference

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 []

Detailed Description

Length-prefixed byte string passed between the M2 front end and the engine.

Note
AI-generated documentation. Verify against the source before relying on it.

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.


The documentation for this struct was generated from the following file: