1 2 3 4 5 6
#ifndef STASIS_ENTRYPOINT_H #define STASIS_ENTRYPOINT_H int stasis_entrypoint(int argc, char *argv[]); #endif //STASIS_ENTRYPOINT_H