Project : Console application
Compiler : GNU GCC Compiler (called directly)
Directory : C:\Documents and Settings\Administrator\My Documents\
--------------------------------------------------------------------------------
Switching to target: default
Compiling: select.c
select.c: In function `main':
select.c:9: error: `fd_set' undeclared (first use in this function)
select.c:9: error: (Each undeclared identifier is reported only once
select.c:9: error: for each function it appears in.)
select.c:9: error: syntax error before "rfds"
select.c:14: error: `rfds' undeclared (first use in this function)
Process terminated with status 1 (0 minutes, 0 seconds)
Partager