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.