Module internal

Module internal 

Source
Expand description

Internal utilities for LibYML.

This module contains internal utility functions and structures for the library.

Functions§

yaml_check_utf8
Checks if the provided UTF-8 encoded string is valid according to the UTF-8 specification.
yaml_queue_extend
Extend a queue by reallocating and copying the existing data.
yaml_stack_extend
Extend a stack by reallocating and copying the existing data.