1
0

virtualmath.c 117 B

123456
  1. #include "virtualmath.h"
  2. bool initVirtualMath(char const *local) {
  3. setlocale(LC_ALL, local);
  4. return true;
  5. }