/* This file is autogenerated from the database. */ /* See src/desc/gen_proto */ /* Do not edit*/ entree functions_gp[]={ {"extern",1,(void*)extern0,11,"s","extern(cmd): execute shell command cmd, and feeds the result to GP (as if loading from file)"}, {"input",0,(void*)input0,11,"","input(): read an expression from the input file or standard input"}, {"quit",0,(void*)gp_quit,11,"v","quit(): quits GP and return to the system"}, {"read",0,(void*)read0,11,"D\"\",s,","read({filename}): read from the input file filename. If filename is omitted, reread last input file, be it from read() or \\r"}, {"system",1,(void*)system0,11,"vs","system(a): a being a string, execute the system command a (not valid on every machine)"}, {"whatnow",1,(void*)whatnow0,11,"vr","whatnow(fun): if fun was present in GP version 1.39.15 or lower, gives the new function name"}, {NULL,0,NULL,0,NULL,NULL} /* sentinel */ };