|
Macaulay2 Engine
|
Length-prefixed array of M2_string pointers. More...
#include <m2-types.h>
Public Attributes | |
| int | len |
| M2_string | array [] |
Length-prefixed array of M2_string pointers.
Used to pass a list of strings (variable names, error messages, Monoid symbol tables, ...) across the engine boundary. As with its siblings, the array is a flexible-array member trailing the struct.
Definition at line 124 of file m2-types.h.