version 1.22, 2003/02/13 01:29:38 |
version 1.23, 2005/07/26 12:52:04 |
|
|
/* -*- mode: C; coding: euc-japan -*- */ |
/* -*- mode: C; coding: euc-japan -*- */ |
/* $OpenXM: OpenXM/src/ox_math/serv1.c,v 1.21 2003/02/12 08:28:41 ohara Exp $ */ |
/* $OpenXM: OpenXM/src/ox_math/serv1.c,v 1.22 2003/02/13 01:29:38 ohara Exp $ */ |
|
|
/* |
/* |
Copyright (C) Katsuyoshi OHARA, 2000. |
Copyright (C) Katsuyoshi OHARA, 2000. |
|
|
} |
} |
|
|
/* (Heisei)15/02/01 */ |
/* (Heisei)15/02/01 */ |
#define VERSION 0x15020100 |
#define VERSION "2003/02/01" |
#define ID_STRING "2003/02/01" |
|
|
|
int main() |
int main() |
{ |
{ |
|
|
|
|
ox_stderr_init(stderr); |
ox_stderr_init(stderr); |
ml_init(); |
ml_init(); |
mathcap_init(VERSION, ID_STRING, "ox_math", NULL, NULL); |
mathcap_init(VERSION, "ox_math"); |
|
|
sv = oxf_open(3); |
sv = oxf_open(3); |
oxf_determine_byteorder_server(sv); |
oxf_determine_byteorder_server(sv); |