This website works better with JavaScript
Página Principal
Explorar
Registe-se
Iniciar Sessão
TopProject
/
VirtualMath
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
d53b384bc9
Ramos
Etiquetas
dev
master
v4.0.1
v3.0.1
v2.0.1
v1.0.1
VirtualMath
/
vmcore
/
src
/
virtualmath.c
virtualmath.c
108 B
Histórico
Em bruto
1
2
3
4
5
6
#include "virtualmath.h"
bool initVirtualMath() {
setlocale(LC_ALL, "zh_CN.UTF-8");
return true;
}