version 1.4, 2000/03/16 04:59:53 |
version 1.5, 2000/09/08 18:57:49 |
|
|
%% $OpenXM: OpenXM/doc/OpenXM-specs/library.tex,v 1.3 2000/01/24 02:48:24 noro Exp $ |
%% $OpenXM: OpenXM/doc/OpenXM-specs/library.tex,v 1.4 2000/03/16 04:59:53 noro Exp $ |
/*&jp |
/*&jp |
\section{ OX サーバに対する C ライブラリインタフェース } |
\section{ OX サーバに対する C ライブラリインタフェース } |
|
|
Line 116 These function requests a server to execute a string { |
|
Line 116 These function requests a server to execute a string { |
|
/*&jp |
/*&jp |
文字列 {\tt s} をサーバに実行させる. {\tt s} はサーバのパーザ |
文字列 {\tt s} をサーバに実行させる. {\tt s} はサーバのパーザ |
が受理可能なものでなければならない. |
が受理可能なものでなければならない. |
|
*/ |
|
|
|
//&C |
|
|
|
/*&jp |
|
ライブラリモードのサンプルソースは {\tt OpenXM/doc/oxlib} |
|
にある. |
|
*/ |
|
|
|
/*&eg |
|
Sample source codes to use the library mode interface can be found in |
|
{\tt OpenXM/doc/oxlib}. |
*/ |
*/ |
|
|