int MLPutSize (MLINK link, int len) specifies the length in bytes of the textual data to be put on link.
MLMARK MLSeekToMark (MLINK link, MLMARK mark, int n) goes to the position n expressions after the specified mark on a link.
int MLSetEnvIDString (MLENV env, const char *eid) sets the MathLink environment identification string to eid.
General::punpack1
General::punpack
ContourGraphics::gmat DensityGraphics::gmat DensityGraphics::gmat
int MLGetDouble (MLINK link, double *x) gets a floating-point number from the MathLink connection specified by link and stores it as C type double in x.
int MLGetFloat (MLINK link, float *x) gets a floating-point number from the MathLink connection specified by link and stores it as C type float in x.
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.