[BACK]Return to mlo.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_math

File: [local] / OpenXM / src / ox_math / mlo.h (download)

Revision 1.1, Thu Dec 9 22:49:43 1999 UTC (24 years, 5 months ago) by ohara
Branch: MAIN

A header file for mlo.c.

#ifndef _MLO_H_

#define _MLO_H_

#include "ox.h"

/* Mathematica でのみ使用される Local Object の定義 */
typedef struct {
    int tag;
    int length;
    cell head[1];
    char *function;
} mlo_function;

cmo *receive_mlo();


#endif