muse_text_cell Struct Reference
A string is represented in a single cell by storing a pair of pointers to the start of the string and the end of the string.
More...
#include <muse_opcodes.h>
Detailed Description
A string is represented in a single cell by storing a pair of pointers to the start of the string and the end of the string.
The end pointer points to the '' character that is stored at the end of the string. The text cell is managed by the muse environment and will be de4stroyed at garbage collection time if no other cells refer to it.
Field Documentation
The documentation for this struct was generated from the following file:
Generated on Mon Sep 25 23:12:51 2006 for muSE by
1.4.7