clib.h 234 B

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