// Libraries #include // Entry Point int32_t flippypass_app(void* p) { // Not using P Parameter UNUSED(p); // Exit App return 0; }