|
YATL
|
Functions to create and initialize YATL structures. More...
Functions | |
| YATL_Cursor_t | YATL_cursor_create (void) |
| Create an initialized cursor. | |
| YATL_Span_t | YATL_span_create (void) |
| Create an initialized span. | |
Functions to create and initialize YATL structures.
| YATL_Cursor_t YATL_cursor_create | ( | void | ) |
Create an initialized cursor.
Creates a cursor with proper initialization. The cursor starts with no position (NULL line).
| YATL_Span_t YATL_span_create | ( | void | ) |
Create an initialized span.
The span has no bounds set.