I'm trying to put the user ds information in the screen whith text, but I try and try and nothing
How i can do it?
this is the code i use but doesn't work
Code: Select all
//Informacion del sistema
tPERSONAL_DATA *USERDATA;
iprintf("Tema escogido en la ds:%d\nDia de cumple:%d\nMes del cumple:%d\nNombre:%s",USERDATA->theme,USERDATA->birthDay,USERDATA->birthMonth,USERDATA->name);