Debugged keyboard input. You can now change the picture size.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@80 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-07-30 18:43:43 +00:00
parent 6f9b6c977d
commit 9093f3c09c
5 changed files with 31 additions and 27 deletions

View File

@@ -25,5 +25,5 @@ int filelength(int fichier)
void itoa(int source,char* dest, int longueur)
{
printf("itoa non implémenté!\n");
snprintf(dest,longueur,"%d",source);
}