First compile-able version!

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@16 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2007-08-14 07:35:32 +00:00
parent 7c4b0858da
commit 635f8e5154
10 changed files with 864 additions and 597 deletions

View File

@@ -22,3 +22,8 @@ int filelength(int fichier)
printf("filelenght non implémenté!\n");
return 0;
}
void itoa(int source,char* dest, int longueur)
{
printf("itoa non implémenté!\n");
}