#include #include #include "fileutils.h" int main(int argc, char *argv[]) { atexit(close_stdout); printf("Hello, World!\n"); return EXIT_SUCCESS; }