int MLGetLongInteger (MLINK link, long *i) gets an integer from the MathLink connection specified by link and stores it as a C long in i.
int MLGetShortInteger (MLINK link, short *i) gets an integer from the MathLink connection specified by link and stores it as a C short in i.
MLParameters is a MathLink type used to contain user-supplied parameters or functionality for an MLENV object.
int MLPutUnicodeString (MLINK link, unsigned short *s, long n) puts a string of n 16-bit Unicode characters to the MathLink connection specified by link.
mltimeval is a MathLink type used for storing time arguments.
long MLToLinkID (MLINK link) returns the ID number of link.
General::plln
Transpose::perm2
ParametricPlot::plld Plot::plld Plot3D::plld ContourPlot::plld DensityPlot::plld ParametricPlot3D::plld Play::plld
void MLDeinitialize (MLENV env) destructs the MathLink environment object.