mathlink.h MathLink header file.
$Linked
(Built-in Mathematica Symbol) $Linked is True if the Mathematica kernel is being run through MathLink.
Links
(Built-in Mathematica Symbol) Links[] gives a list of all MathLink connections that are currently open. Links[patt] lists only links whose names match the specified string pattern.
LinkConnect["name"] connects to a MathLink link created by another program.
Mathematica options starts the full Mathematica system including notebook interface on Windows and Mac.
Install
(Built-in Mathematica Symbol) Install["name"] starts a MathLink-compatible external program and installs Mathematica definitions to call functions in it.
MathKernel options starts the Mathematica kernel in Windows and Mac OS X.
When you are putting and getting data via MathLink various kinds of errors can occur. Whenever any error occurs, MathLink goes into a completely inactive state, and all ...
LibraryFunctionLoad[lib, fun, argtype, rettype] loads Wolfram Library lib and makes the library function fun available in Mathematica.
math
(Mathematica System Program) math options starts the Mathematica kernel in Unix and Linux.