Online Eiffel Documentation
EiffelStudio

Reference for `RTMS'

SYNOPSYS

#include "eif_plug.h"

EIF_REFERENCE RTMS (char * string);

DESCRIPTION

The RTMS() macro returns the corresponding Eiffel string corresponding to the C string string. It is deprecated and one should use eif_string instead.

The return value does not reference string.

NOTES

This function return an Eiffel reference, which must be protected with eif_protect().

CONFORMANCE

ISE Eiffel 4.5 and later.

COMPATIBILITY

RTMS() is equivalent to eif_string().

SEE ALSO

eif_protect(1) , eif_create(1).