LibJuno 0.1.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
string_types.h File Reference
#include "juno/macros.h"
#include "juno/memory/memory_types.h"
#include <stddef.h>
Include dependency graph for string_types.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ JUNO_STRING_T

Represents a JUNO string. This structure encapsulates the memory allocation, underlying memory storage, and associated failure handling for a string.