rherrmannr

Results 12 issues of rherrmannr

Hey , is there a way to execute the program using varargs? I've changed the app_main function to: ```c void app_main(int argc, char **argv) { } ``` and hoped to...