[BACK]Return to sm.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_math

Annotation of OpenXM/src/ox_math/sm.h, Revision 1.1

1.1     ! ohara       1: /* -*- mode: C; coding: euc-japan -*- */
        !             2: /* $OpenXM$ */
        !             3:
        !             4: #ifndef _SERV2_H_
        !             5: #define _SERV2_H_
        !             6:
        !             7: #include <ox_toolkit.h>
        !             8:
        !             9: #define FLAG_MLTKSYM_IS_INDETERMINATE   0
        !            10: #define FLAG_MLTKSYM_IS_STRING          1
        !            11:
        !            12: #define ERROR_ID_UNKNOWN_SM 10
        !            13: #define ERROR_ID_FAILURE_MLINK         11
        !            14:
        !            15: void  push(cmo *m);
        !            16: cmo  *pop();
        !            17: int  sm_popCMO(OXFILE *oxfp);
        !            18: int  sm_popString(OXFILE *oxfp);
        !            19: int  sm_pops(OXFILE *oxfp);
        !            20: int  sm_executeStringByLocalParser();
        !            21: int  sm_executeFunction(OXFILE *oxfp);
        !            22:
        !            23: int  receive_sm_command(OXFILE *oxfp);
        !            24: int  execute_sm_command(OXFILE *oxfp, int code);
        !            25:
        !            26: int shutdown();
        !            27: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>