int MLSetSignalHandlerFromFunction (MLENV ep, int s, void *sf) installs the Unix signal handler pointed to by sf for signal s in the MathLink library signal-handling ...
int MLSetSignalHandler (MLENV env, int s, void *sa) installs the Unix signal handler detailed in the object sa for signal s in the MathLink library signal-handling mechanism.
int MLUnsetSignalHandler (MLENV env, int signum, void *f) removes the Unix signal-handler function f as a signal handler for signal signum from the MathLink library ...
ContourPlot::ppts DensityPlot::ppts ParametricPlot::ppts ParametricPlot3D::ppts Plot::ppts Plot3D::ppts
int MLEndPacket (MLINK link) inserts an indicator in the expression stream that says the current expression is complete and is ready to be sent.
int MLPutNext (MLINK link, int type) prepares to put an object of the specified type on link.
int MLPutType (MLINK link, int type) prepares link to put an object of the specified type.
SurfaceGraphics::shade
int MLBytesToGet (MLINK link, int *n) calculates the number of bytes left to read in the textual representation of the current data and stores the result in n.
void MLClose (MLINK link) closes a MathLink connection.