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