Holy fucking shit I don't want to work on this. Sibly, you son of a ...

This commit is contained in:
Michael Fabain Dirks
2016-05-07 22:49:54 +02:00
parent b75ca4142c
commit aa22d21fb5
2577 changed files with 166501 additions and 194685 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ double atof( const string &s ){
}
string itoa( int n ){
char buff[32];itoa( n,buff,10 );
char buff[32]; _itoa( n,buff,10 );
return string( buff );
}