7Fermer9
ZephLe 13/10/2003 à 23:52
Geogeo... neutral

void fonction(const unsigned char *txt) 
{ 
DrawStr(x,y,txt,A_NORMAL); 
}

void _main(void)
{
fonction("stuff");
}


Nyko > Ceci devrait marcher sans problème et surtout sans warnings (à part x et y qui ne sont pas définis) smile