MLPutSymbol()
Usage
• int MLPutSymbol(MLINK link, char *s) puts a symbol whose name is given by the character string s to the MathLink connection specified by link.
Notes
• The character string must be terminated with \0. • See Section 2.13.4 and Section 2.13.12. • See also: MLPutString.
|