LibJuno 0.1.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
|
Go to the source code of this file.
Data Structures | |
struct | JUNO_STRING_TAG |
Typedefs | |
typedef struct JUNO_STRING_TAG | JUNO_STRING_T |
Represents a JUNO string. This structure encapsulates the memory allocation, underlying memory storage, and associated failure handling for a string. | |
typedef struct JUNO_STRING_TAG JUNO_STRING_T |
Represents a JUNO string. This structure encapsulates the memory allocation, underlying memory storage, and associated failure handling for a string.