__ofunc.h 419 B

123456789101112
  1. #ifndef VIRTUALMATH___OFUNC_H
  2. #define VIRTUALMATH___OFUNC_H
  3. #include "__virtualmath.h"
  4. #include "__base.h"
  5. #include "__run.h"
  6. LinkValue *registeredFunctionCore(OfficialFunction of, char *name, struct LinkValue *father, INTER_FUNCTIONSIG_CORE);
  7. void iterNameFunc(NameFunc list[],struct LinkValue *father, INTER_FUNCTIONSIG_CORE);
  8. Value *makeBaseChildClass(Value *father, Inter *inter);
  9. #endif //VIRTUALMATH___OFUNC_H