RTEMS
5.0.0
|
RTEMS Run-Time Linker String managment. More...
Go to the source code of this file.
Functions | |
char * | rtems_rtl_strdup (const char *s1) |
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. |