RTEMS CPU Kit with SuperCore  4.11.3
Functions
rtl-string.h File Reference

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

#include "rtl-indirect-ptr.h"
Include dependency graph for rtl-string.h:
This graph shows which files directly or indirectly include this file:

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...
 

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.