1 2 3 4 5
#include "entrypoint.h" int main(int argc, char *argv[]) { return stasis_entrypoint(argc, argv); }