fork download
  1.  
  2. #ifndef in_out_H
  3.  
  4. #define in_out_H
  5.  
  6.  
  7. #include <stdio.h>
  8. #include <errno.h>
  9. #include <time.h>
  10. #include <string.h>
  11. #include <stdlib.h>
  12. #include <fcntl.h>
  13. #include <unistd.h>
  14. #include <sys/stat.h>
  15. #include <netinet/in.h>
  16. #include <sys/types.h>
  17. #include <sys/socket.h>
  18.  
  19.  
  20.  
  21. void w_Endline(const char* sent);
  22. void w_White(const char* sent);
  23. int readn(int fd, void *vptr, int n);
  24. int writen(int fd, const void *vptr, int n);
  25. int readline(int fd, void *vptr, size_t maxlen);
  26. //void chomp(char *title);
  27.  
  28. #endif
  29.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
collect2: error: ld returned 1 exit status
stdout
Standard output is empty