clib.h 240 B

123456789
  1. #ifndef VIRTUALMATH_CLIB_H
  2. #define VIRTUALMATH_CLIB_H
  3. #include "__macro.h"
  4. struct Inter;
  5. struct LinkValue;
  6. void runClib(char *file, struct LinkValue *belong, INTER_FUNCTIONSIG_CORE);
  7. bool checkCLib(char *file);
  8. #endif //VIRTUALMATH_CLIB_H