• done.h

  • §

    Jonas Altrock ew20b126@technikum-wien.at

    To overview.

    main.c

    #include <signal.h>
    
    #ifndef DONE_H
    #define DONE_H
  • §

    signal to process that program should terminate

    extern volatile sig_atomic_t done;
    
    #endif