packages feed

mathlink-2.0.0.5: cbits/ml.h

#ifndef __ML_H__
#define __ML_H__

extern int MLInterrupt;

extern MLINK stdlink;
extern MLEnvironment stdenv;

int MLInitializeMathLink(char * commandLine);
void MLFinalizeMathLink();

#endif