LibJuno 0.32.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
string_impl.h File Reference
#include "juno/module.h"
#include "juno/status.h"
#include "juno/string/string_api.h"
Include dependency graph for string_impl.h:

Go to the source code of this file.

Typedefs

typedef struct JUNO_STRING_IMPL_TAG JUNO_STRING_IMPL_T
 

Functions

struct JUNO_STRING_IMPL_TAG JUNO_MODULE_DERIVE (JUNO_STRING_ROOT_T,)
 
JUNO_STATUS_T JunoString_ImplApi (JUNO_STRING_T *ptJunoString, JUNO_FAILURE_HANDLER_T pfcnFailureHandler, JUNO_USER_DATA_T *pvFailureUserData)
 

Typedef Documentation

◆ JUNO_STRING_IMPL_T

typedef struct JUNO_STRING_IMPL_TAG JUNO_STRING_IMPL_T

This API has been generated by LibJuno: https://www.robinonsay.com/libjuno/ This header contains the juno_string impl implementation

Author

Function Documentation

◆ JUNO_MODULE_DERIVE()

struct JUNO_STRING_IMPL_TAG JUNO_MODULE_DERIVE ( JUNO_STRING_ROOT_T  )

◆ JunoString_ImplApi()

JUNO_STATUS_T JunoString_ImplApi ( JUNO_STRING_T ptJunoString,
JUNO_FAILURE_HANDLER_T  pfcnFailureHandler,
JUNO_USER_DATA_T pvFailureUserData 
)