Searched refs:atexit_file (Results 1 – 1 of 1) sorted by relevance
51 FILE *atexit_file = fopen(path_atexit, "w"); in atexit_handler() local53 if (atexit_file == NULL) in atexit_handler()56 fprintf(atexit_file, "atexit() run\n"); in atexit_handler()57 fclose(atexit_file); in atexit_handler()