MLParameters is a MathLink type used to contain user-supplied parameters or functionality for an MLENV object.
MLMARK MLSeekMark (MLINK link, MLMARK mark, int n) goes back to a position n expressions after the specified mark on a link.
stdenv
(Mathematica MathLink C Function) MLENV stdenv is a variable representing the standard MathLink environment in a program built from MathLink templates with mprep or mcc.
stdlink
(Mathematica MathLink C Function) MLINK stdlink is a variable representing the standard link that connects a program built from MathLink templates to Mathematica.
int MLNextPacket (MLINK link) goes to the next packet on link and returns a constant to indicate its head.
RSolve::deqx
NDSolve::nodae
int MLActivate (MLINK link) activates a MathLink connection, waiting for the program at the other end to respond.
void MLClose (MLINK link) closes a MathLink connection.
MLDeallocator is a MathLink type that describes a function pointer to a function taking a void * as an argument and having a return type of void that implements a memory ...