#include "state_path.h" #include int main(int argc, char* argv[]) { FILE* f = fopen(state_file, "w"); fprintf(f, "FROZEN\n"); fclose(f); return 0; }