sys.h 154 B

1234567
  1. #ifndef VIRTUALMATH_SYS_H
  2. #define VIRTUALMATH_SYS_H
  3. #include "__macro.h"
  4. void registeredSysFunction(REGISTERED_FUNCTIONSIG);
  5. #endif //VIRTUALMATH_SYS_H