X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fsignal.h;fp=includes%2Fsignal.h;h=21f70e40e0a020d2254f2a7cbcaaa1a9b560efa0;hb=1e221deb9ee725a14b3656f94e2763f8faeb18dc;hp=0000000000000000000000000000000000000000;hpb=9712362f98b90c1a2aeec9fd877b0b872b6378c7;p=pdclib diff --git a/includes/signal.h b/includes/signal.h new file mode 100644 index 0000000..21f70e4 --- /dev/null +++ b/includes/signal.h @@ -0,0 +1,15 @@ +// ---------------------------------------------------------------------------- +// $Id$ +// ---------------------------------------------------------------------------- +// Public Domain C Library - http://pdclib.sourceforge.net +// This code is Public Domain. Use, modify, and redistribute at will. +// ---------------------------------------------------------------------------- +// TODO +// ---------------------------------------------------------------------------- + +#ifndef __SIGNAL_H +#define __SIGNAL_H __SIGNAL_H + +// TODO + +#endif // __SIGNAL_H