version 1.11, 1999/12/14 09:31:56 |
version 1.12, 2000/01/05 06:09:11 |
|
|
/* -*- mode: C; coding: euc-japan -*- */ |
/* -*- mode: C; coding: euc-japan -*- */ |
/* $OpenXM: OpenXM/src/ox_math/serv2.c,v 1.10 1999/11/29 12:09:58 ohara Exp $ */ |
/* $OpenXM: OpenXM/src/ox_math/serv2.c,v 1.11 1999/12/14 09:31:56 ohara Exp $ */ |
|
|
/* Open Mathematica サーバ */ |
/* Open Mathematica サーバ */ |
/* ファイルディスクリプタ 3, 4 は open されていると仮定して動作する. */ |
/* ファイルディスクリプタ 3, 4 は open されていると仮定して動作する. */ |
Line 200 int sm_executeFunction(int fd_write) |
|
Line 200 int sm_executeFunction(int fd_write) |
|
return 0; |
return 0; |
} |
} |
|
|
/* 平成12年12月14日 */ |
|
#define VERSION 0x11121400 |
#define VERSION 0x11121400 |
#define ID_STRING "ox_math server 1999/12/14 15:25:00" |
#define ID_STRING "ox_math server 1999/12/14 15:25:00" |
|
|