mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-02-02 15:04:40 +01:00
Date:2008-09-19T07:54:43.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@25 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
26 lines
742 B
Plaintext
26 lines
742 B
Plaintext
[[Property:title|Reference for `eif_string']]
|
|
[[Property:link_title|eif_string]]
|
|
[[Property:weight|5]]
|
|
[[Property:uuid|d203c941-df82-495a-55f3-791652b0e9ef]]
|
|
==SYNOPSYS==
|
|
<code>
|
|
'''#include "eif_plug.h"
|
|
|
|
EIF_REFERENCE eif_string (char *''' ''string''''');'''</code>
|
|
|
|
==DESCRIPTION==
|
|
The '''eif_string()''' macro returns the corresponding Eiffel string corresponding to the C string ''string''.
|
|
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==
|
|
'''eif_string()''' is equivalent to '''RTMS()''', which is deprecated.
|
|
==SEE ALSO==
|
|
'''eif_protect'''(1) , '''eif_create'''(1).
|
|
|
|
|
|
|