=================================================================== RCS file: /home/cvs/OpenXM/doc/OpenXM-specs/library.tex,v retrieving revision 1.3 retrieving revision 1.5 diff -u -p -r1.3 -r1.5 --- OpenXM/doc/OpenXM-specs/library.tex 2000/01/24 02:48:24 1.3 +++ OpenXM/doc/OpenXM-specs/library.tex 2000/09/08 18:57:49 1.5 @@ -1,4 +1,4 @@ -%% $OpenXM: OpenXM/doc/OpenXM-specs/library.tex,v 1.2 2000/01/24 00:57:11 noro Exp $ +%% $OpenXM: OpenXM/doc/OpenXM-specs/library.tex,v 1.4 2000/03/16 04:59:53 noro Exp $ /*&jp \section{ OX サーバに対する C ライブラリインタフェース } @@ -30,15 +30,15 @@ CMO should be converted into the binary encoded form t /*&eg This function initializes the library interface. {\tt type} specifies the byte order to send int32 to the OX server xxx. - If type is equal to 0, the network byte order will be used. - If type is equal to 1, the little endian order will be used. + If type is equal to 0, the native byte order will be used. + If type is equal to 1, the network byte order will be used. In case of error, -1 will be returned. */ /*&jp この関数はライブラリインタフェースの初期化を行う. OX サーバ xxx へ int32 を送るための byte order を type で指定する. - type = 0 の場合 network byte order が設定される. - type = 1 の場合 little endian order が設定される. + type = 0 の場合 native byte order が設定される. + type = 1 の場合 network byte order が設定される. 失敗した場合, -1 を戻す. */ @@ -116,5 +116,17 @@ These function requests a server to execute a string { /*&jp 文字列 {\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}. */