#include #include void atex() { printf("atex\n"); } int main() { printf("nonextline"); // fflush(stdout); // atexit(&atex); return EXIT_SUCCESS; }