Breakpoint 1 at 0x80487c4: file .temp.c, line 28.
Temporary breakpoint 2 at 0x80486df: file .temp.c, line 27.

Temporary breakpoint 2, main () at .temp.c:27
27	{setvbuf(stdout,NULL,_IONBF,0);int fdesc=open("/tmp/.PIN",O_RDONLY);close(0);if(fcntl(fdesc,F_DUPFD,0)==-1){printf("counldn");}fdesc=open("/tmp/.POUT",O_WRONLY);close(1);if(fcntl(fdesc,F_DUPFD,1)==-1){printf("counldn");}FILE *f=fopen("/tmp/pid.ec","w");fprintf(f,"%d",getpid());fclose(f);

Breakpoint 1, main () at .temp.c:31
31	printf("enter the polynomial: ");
#0  main () at .temp.c:31
(gdb) #0  main () at .temp.c:31
(gdb) The program is running.  Quit anyway (and kill it)? (y or n) [answered Y; input not from terminal]
