YATL
Loading...
Searching...
No Matches
Structure Initialization

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.

Detailed Description

Functions to create and initialize YATL structures.

Function Documentation

◆ YATL_cursor_create()

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).

Returns
Initialized cursor structure
YATL_Cursor_t YATL_cursor_create(void)
Create an initialized cursor.
struct YATL_Cursor YATL_Cursor_t
Opaque cursor structure.

◆ YATL_span_create()

YATL_Span_t YATL_span_create ( void )

Create an initialized span.

The span has no bounds set.

Returns
Initialized span structure