virtualmath.c 108 B

123456
  1. #include "virtualmath.h"
  2. bool initVirtualMath() {
  3. setlocale(LC_ALL, "zh_CN.UTF-8");
  4. return true;
  5. }