Mathematica 9 is now available
 Documentation /  Mathematica /  The Mathematica Book /  Mathematica Reference Guide /  Listing of C Functions in the MathLink Library /

MLPutShortIntegerMLPutSymbol

MLPutString()

FilledSmallSquareint MLPutString(MLINK link, char *s) puts a character string to the MathLink connection specified by link.

FilledSmallSquare The character string must be terminated with a null byte, corresponding to \0 in C.

FilledSmallSquare A raw backslash in the string must be sent as two characters \\.

FilledSmallSquare Special characters can be sent only using the private format returned by MLGetString().

FilledSmallSquare See The Mathematica Book: Section 2.12.5.

FilledSmallSquare See also: MLPutByteString, MLPutUnicodeString, MLPutSymbol.

MLPutShortIntegerMLPutSymbol



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.