Return to mlo.c CVS log | Up to [local] / OpenXM / src / ox_math |
version 1.5, 2000/01/22 06:29:18 | version 1.6, 2000/03/10 12:38:46 | ||
---|---|---|---|
|
|
||
/* -*- mode: C -*- */ | /* -*- mode: C -*- */ | ||
/* $OpenXM: OpenXM/src/ox_math/mlo.c,v 1.4 2000/01/05 06:09:11 ohara Exp $ */ | /* $OpenXM: OpenXM/src/ox_math/mlo.c,v 1.5 2000/01/22 06:29:18 ohara Exp $ */ | ||
/* | /* | ||
Copyright (C) Katsuyoshi OHARA, 2000. | Copyright (C) Katsuyoshi OHARA, 2000. | ||
|
|
||
#include <stdio.h> | #include <stdio.h> | ||
#include <stdlib.h> | #include <stdlib.h> | ||
#include <unistd.h> | #include <unistd.h> | ||
#include <gmp.h> | |||
#include <mathlink.h> | #include <mathlink.h> | ||
#include "oxtag.h" | #include <ox_toolkit.h> | ||
#include "ox.h" | |||
#include "mlo.h" | #include "mlo.h" | ||
#include "serv2.h" | #include "serv2.h" | ||