#include main() { int i, v[2]; struct DB_siginfo s[2]; if (isigopen("100s", s, 2) < 1) exit(1); for (i = 0; i < 10; i++) { if (getvec(v) < 0) break; printf("%d\t%d\n", v[0], v[1]); } exit(0); }