[ion] Give the options to ion_app that becomes ion_main

This commit is contained in:
Émilie Feral
2018-02-22 15:25:00 +01:00
committed by EmilieNumworks
parent 963d2a57e3
commit 37ff8dc0a3
8 changed files with 9 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ void quiz_print(const char * message) {
#endif
}
void ion_app() {
void ion_main(int argc, char * argv[]) {
int i = 0;
while (quiz_cases[i] != NULL) {
QuizCase c = quiz_cases[i];