Files
sysprof/sysprof-text.c
Søren Sandmann Pedersen 6ef8165781 *** empty log message ***
2004-11-12 23:27:52 +00:00

22 lines
247 B
C

/*
* Plan:
*
* blocking_read()
*
* select (fd);
* if (readable)
* read();
*
*
* handle SIGUSR1
* write spam to commandline given file
*
*/
int
main ()
{
return 0;
}