File: trysysel.c

package info (click to toggle)
qmail 1.03-24
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 2,980 kB
  • ctags: 2,077
  • sloc: ansic: 16,163; makefile: 2,436; sh: 749; perl: 537
file content (8 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (53)
1
2
3
4
5
6
7
8
#include <sys/types.h>
#include <sys/time.h>
#include <sys/select.h> /* SVR4 silliness */

void foo()
{
  ;
}