File: cpp_signal.c

package info (click to toggle)
guile-1.6 1.6.7-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 14,572 kB
  • ctags: 10,040
  • sloc: ansic: 69,388; lisp: 14,775; sh: 11,163; asm: 1,514; makefile: 763; awk: 199; csh: 50
file content (9 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
/* this file is processed by gcc with special options to extract
   a list of signal numbers.  */
#include <signal.h>

/*
  Local Variables:
  c-file-style: "gnu"
  End:
*/