Return to mlo.h CVS log | Up to [local] / OpenXM / src / ox_math |
version 1.2, 1999/12/14 09:31:55 | version 1.4, 2000/01/22 06:30:23 | ||
---|---|---|---|
|
|
||
/* $OpenXM$ */ | |||
#ifndef _MLO_H_ | #ifndef _MLO_H_ | ||
#define _MLO_H_ | #define _MLO_H_ | ||
#include "ox.h" | #include "ox.h" | ||
/* Mathematica でのみ使用される Local Object の定義 */ | /* definitions of Mathlink Local Objects. */ | ||
typedef struct { | typedef struct { | ||
int tag; | int tag; | ||
int length; | int length; |