MPLAB® Harmony Graphics Suite
|
LIB_EXPORT void leFixedString_Constructor( leFixedString* str, leChar* buf, uint32_t size );
Parameters |
Description |
leFixedString* str |
the string to construct |
leChar* buf |
the buffer to assign to this string |
uint32_t size |
the size of the buffer |
It is assumed that the pointer provided is being managed by the caller. Use leString_PDelete() to properly destruct this pointer.
MPLAB® Harmony Graphics Suite
|