1 2 3 4 5 6 7
#include <ion.h> #include "../init.h" int main(int argc, char * argv[]) { init_platform(); ion_app(); }