Skip to content

Instantly share code, notes, and snippets.

View flaviodesousa's full-sized avatar
🤹‍♀️
Juggling

Flávio de Sousa flaviodesousa

🤹‍♀️
Juggling
View GitHub Profile
void getAndPrintGameTable(){
char gamesTable[12800];
memset(gamesTable, 0, 12800);
int iRet;
GL_Dialog_Message(xGoal, NULL, "Aguarde...", GL_ICON_INFORMATION, GL_BUTTON_NONE, 0);
iRet = GetJsonFromServer("GET_GAMES_TABLE", gamesTable);
if (iRet >= 0)
printGameTable(gamesTable);