#ifndef STASIS_ENTRYPOINT_H #define STASIS_ENTRYPOINT_H int stasis_entrypoint(int argc, char *argv[]); #endif //STASIS_ENTRYPOINT_H