RTEMS CPU Kit with SuperCore
4.11.3
|
RTEMS Run-Time Linker String managment. More...
#include "rtl-indirect-ptr.h"
Go to the source code of this file.
Functions | |
char * | rtems_rtl_strdup (const char *s1) |
A string duplicate that uses the RTL allocator. More... | |
RTEMS Run-Time Linker String managment.
char* rtems_rtl_strdup | ( | const char * | s1 | ) |
A string duplicate that uses the RTL allocator.
s1 | The string to duplicate. |