#include <sheet.h>
Data Fields | |
| size_t | b_off |
| link_t | link |
| Link to list of all tags in the sheet (see sheet_t.tags_head). | |
| sheet_t * | sh |
A tag is similar to an s-point, but remains valid over modifications to the sheet. A tag tends to 'stay put'. Any tag must be properly removed from the sheet before it is deallocated by the user.
Definition at line 90 of file sheet.h.
1.4.7