tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

die.h (199B)


      1 #ifndef DIE_H_INCLUDED
      2 #define DIE_H_INCLUDED
      3 
      4 void fatal_error(const char *msg) __attribute__((__noreturn__));
      5 void fatal_alsa_error(const char *msg, int err) __attribute__((__noreturn__));
      6 
      7 #endif