version 1.7, 2000/03/10 12:38:47 |
version 1.8, 2000/10/10 19:58:30 |
|
|
/* -*- mode: C; coding: euc-japan -*- */ |
/* -*- mode: C; coding: euc-japan -*- */ |
/* $OpenXM: OpenXM/src/ox_math/serv2.h,v 1.6 1999/12/14 09:31:56 ohara Exp $ */ |
/* $OpenXM: OpenXM/src/ox_math/serv2.h,v 1.7 2000/03/10 12:38:47 ohara Exp $ */ |
|
|
#ifndef _SERV2_H_ |
#ifndef _SERV2_H_ |
#define _SERV2_H_ |
#define _SERV2_H_ |
|
|
int initialize_stack(); |
int initialize_stack(); |
int push(cmo *m); |
int push(cmo *m); |
cmo *pop(); |
cmo *pop(); |
int sm_popCMO(int fd); |
int sm_popCMO(OXFILE *oxfp); |
int sm_popString(int fd); |
int sm_popString(OXFILE *oxfp); |
int sm_pops(int fd); |
int sm_pops(OXFILE *oxfp); |
int sm_executeStringByLocalParser(); |
int sm_executeStringByLocalParser(); |
int sm_executeFunction(int fd); |
int sm_executeFunction(OXFILE *oxfp); |
|
|
int receive_sm_command(int fd); |
int receive_sm_command(OXFILE *oxfp); |
int execute_sm_command(int fd, int code); |
int execute_sm_command(OXFILE *oxfp, int code); |
|
|
int shutdown(); |
int shutdown(); |
#endif |
#endif |