mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 07:12:25 +01:00
Author:halw
Date:2011-03-07T16:50:03.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@830 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -32,3 +32,5 @@ ISE Eiffel 4.4 and later.
|
||||
[[eif_wean]] }}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,24 +1,35 @@
|
||||
[[Property:title|eif_string]]
|
||||
[[Property:weight|5]]
|
||||
[[Property:uuid|d203c941-df82-495a-55f3-791652b0e9ef]]
|
||||
==SYNOPSYS==
|
||||
<code>
|
||||
'''#include "eif_plug.h"
|
||||
==Synopsis==
|
||||
|
||||
EIF_REFERENCE eif_string (char *''' ''string''''');'''</code>
|
||||
<code lang="text">
|
||||
#include "eif_plug.h"
|
||||
|
||||
==DESCRIPTION==
|
||||
The '''eif_string()''' macro returns the corresponding Eiffel string corresponding to the C string ''string''.
|
||||
The return value does not reference ''string''.
|
||||
EIF_REFERENCE eif_string (char * string);
|
||||
</code>
|
||||
|
||||
==Description==
|
||||
|
||||
The <code lang="text">eif_string</code> macro returns an Eiffel string corresponding to the C string <code lang="text">string</code>.
|
||||
|
||||
The return value does not reference <code lang="text">string</code>.
|
||||
|
||||
==Notes==
|
||||
|
||||
This function return an Eiffel reference, which must be protected with [[eif_protect]].
|
||||
|
||||
==Conformance==
|
||||
|
||||
==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).
|
||||
|
||||
==Compatibility==
|
||||
|
||||
<code lang="text">eif_string</code> is equivalent to <code lang="text">RTMS</code>, which is deprecated.
|
||||
|
||||
|
||||
{{SeeAlso| <br/>
|
||||
[[eif_protect]]<br/>
|
||||
[[eif_create]] }}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user