12 #ifdef STANDALONE_PARSER 85 # define YYLP_ERR_NONE 0 86 # define YYLP_DEF_BR2 1 87 # define YYLP_BODY_BR2 2 88 # define YYLP_BODY_BR3 3 89 # define YYLP_BODY_TMBR2 4 90 # define YYLP_BODY_TMBR3 5 91 # define YYLP_EX_BR2 6 92 # define YYLP_EX_BR3 7 93 # define YYLP_BAD_CHAR 8 94 # define YYLP_MISSQUOT 9 95 # define YYLP_MISS_BR1 10 96 # define YYLP_MISS_BR2 11 97 # define YYLP_MISS_BR3 12 99 # ifdef STANDALONE_PARSER 101 extern FILE*
myfopen(
char *path,
char *mode);
102 extern size_t myfread(
void *ptr,
size_t size,
size_t nmemb, FILE *stream);
104 #define myfopen fopen 105 #define myfread fread
Class used for (list of) interpreter objects.
int yylplex(const char *libname, const char *libfile, lib_style_types *lib_style, idhdl pl, BOOLEAN autoexport=FALSE, lp_modes=LOAD_LIB)
size_t myfread(void *ptr, size_t size, size_t nmemb, FILE *stream)
FILE * myfopen(const char *path, const char *mode)
const Variable & v
< [in] a sqrfree bivariate poly
procinfo * iiInitSingularProcinfo(procinfo *pi, const char *libname, const char *procname, int line, long pos, BOOLEAN pstatic=FALSE)