Annotation of OpenXM/src/oxc/sm.h, Revision 1.6
1.1 ohara 1: /* -*- mode: C -*- */
1.6 ! ohara 2: /* $OpenXM: OpenXM/src/oxc/sm.h,v 1.5 2000/12/03 14:32:40 ohara Exp $ */
1.1 ohara 3:
4: #ifndef _SM_ERRNO_H_
5: #define _SM_ERRNO_H_
6:
7: #include <ox_toolkit.h>
8:
9: #define ERRNO_SM_ILLEGAL 100
10: #define ERRNO_SM_LF_NOT_FOUND 101
11:
12: void push(cmo *ob);
13: cmo *pop();
14: void pops(int n);
15: void push_error(int errcode, cmo* pushback);
1.6 ! ohara 16: int sm_popCMO();
! 17: int sm_pops();
! 18: int sm_executeFunction();
! 19: int sm_mathcap();
! 20: int sm_set_mathcap();
1.4 ohara 21: void sm_run(int code);
22: int sm_receive_ox();
23: int sm(OXFILE *oxfp);
1.1 ohara 24:
25: int (*sm_search_f(int code))();
26: int oxc_open(char *cmd, short port);
1.6 ! ohara 27: int lf_oxc_open_main(char *cmd, short port);
1.1 ohara 28: int lf_oxc_open();
29:
30: #endif
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>