str.h 139 B

12345
  1. #ifndef VIRTUALMATH_STR_H
  2. #define VIRTUALMATH_STR_H
  3. void registeredStr(R_FUNC);
  4. void makeBaseStr(Inter *inter);
  5. #endif //VIRTUALMATH_STR_H