RTEMS  5.1
Functions
rtl-string.h File Reference

RTEMS Run-Time Linker String managment. More...

Go to the source code of this file.

Functions

char * rtems_rtl_strdup (const char *s1)
 

Detailed Description

RTEMS Run-Time Linker String managment.

Function Documentation

◆ rtems_rtl_strdup()

char* rtems_rtl_strdup ( const char *  s1)

A string duplicate that uses the RTL allocator.

Parameters
s1The string to duplicate.
Returns
char* The copy of the string. NULL if there is no memory.