This commit is contained in:
Geoffrey Frogeye 2016-03-09 10:09:06 +01:00
parent a6707b6a78
commit 632f73d01f

View file

@ -18,7 +18,6 @@ int length(char* c) {
int number(char c) {
return c-48;
}
int atoiMaison(char* c) {