Name: Anonymous 2010-01-28 11:03
Can anyone tell me what's wrong with this code? It gives me segmentation fault.
#include <sys/types.h>
#include <signal.h>
#include <unistd.h>
#define start kill(getpid
#define end ,11); fork
int main (int argc, char **argv)
{
start()
end();
}