| 11 |
|
|
| 12 |
|
#include <errno.h> |
| 13 |
|
|
| 14 |
+ |
#include "calcomp.h" |
| 15 |
+ |
|
| 16 |
|
#ifdef __cplusplus |
| 17 |
|
extern "C" { |
| 18 |
|
#endif |
| 110 |
|
|
| 111 |
|
extern VARIABLE *vlookup(); |
| 112 |
|
|
| 111 |
– |
extern double varvalue(), funvalue(); |
| 112 |
– |
|
| 113 |
|
#define mgclear(vname) undefine(vlookup(vname)) |
| 114 |
+ |
|
| 115 |
+ |
extern void mgclearall(void); |
| 116 |
+ |
extern void mgload(char *file); |
| 117 |
+ |
extern void mgsave(char *file); |
| 118 |
+ |
extern void setmgvar(char *fname, FILE *fp, char *string); |
| 119 |
+ |
extern int mgcurve(int c, int (*f)()); |
| 120 |
+ |
extern void mgtoa(register char *s, VARIABLE *vp); |
| 121 |
|
|
| 122 |
|
|
| 123 |
|
#ifdef __cplusplus |