source: roaraudio/roard/signals.c @ 5910:cb47378a0e0b

roaraudio init
Last change on this file since 5910:cb47378a0e0b was 0:2a41d2f42394, checked in by phi, 16 years ago

Initial revision

File size: 126 bytes
Line 
1//signals.c:
2
3#include "roard.h"
4
5void on_sig_int (int signum) {
6 ROAR_DBG("got SIGINT");
7
8 alive = 0;
9 clean_quit();
10}
11
12//ll
Note: See TracBrowser for help on using the repository browser.