LibJuno 0.1.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
|
#include <string_types.h>
Data Fields | |
JUNO_MEMORY_ALLOC_T * | ptAlloc |
The allocator for the string. | |
JUNO_MEMORY_T | tMemory |
The memory location of the string. | |
size_t | zLen |
The length of the string. | |
DECLARE_FAILURE_HANDLER | |
Failure handler. | |
JUNO_STRING_TAG::DECLARE_FAILURE_HANDLER |
Failure handler.
JUNO_MEMORY_ALLOC_T* JUNO_STRING_TAG::ptAlloc |
The allocator for the string.
JUNO_MEMORY_T JUNO_STRING_TAG::tMemory |
The memory location of the string.
size_t JUNO_STRING_TAG::zLen |
The length of the string.