fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. printf("hello");
  5. return 0;
  6. }
  7.  
  8.  
  9. ranjeet@tieto:~$ gcc hello.c -o hello
  10. In file included from /usr/include/stdio.h:36,
  11. from hello.c:1:
  12. /usr/include/bits/types.h:131: error: /usr/include/bits/typesizes.h: Input/output error
  13. /usr/include/bits/types.h:134: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__dev_t’
  14. /usr/include/bits/types.h:135: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__uid_t’
  15. /usr/include/bits/types.h:136: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__gid_t’
  16. /usr/include/bits/types.h:137: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__ino_t’
  17. /usr/include/bits/types.h:138: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__ino64_t’
  18. /usr/include/bits/types.h:139: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__mode_t’
  19. /usr/include/bits/types.h:140: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__nlink_t’
  20. /usr/include/bits/types.h:141: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__off_t’
  21. /usr/include/bits/types.h:142: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__off64_t’
  22. /usr/include/bits/types.h:143: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__pid_t’
  23. /usr/include/bits/types.h:144: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__fsid_t’
  24. /usr/include/bits/types.h:145: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__clock_t’
  25. /usr/include/bits/types.h:146: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__rlim_t’
  26. /usr/include/bits/types.h:147: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__rlim64_t’
  27. /usr/include/bits/types.h:148: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__id_t’
  28. /usr/include/bits/types.h:149: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__time_t’
  29. /usr/include/bits/types.h:150: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__useconds_t’
  30. /usr/include/bits/types.h:151: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__suseconds_t’
  31. /usr/include/bits/types.h:153: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__daddr_t’
  32. /usr/include/bits/types.h:154: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__swblk_t’
  33. /usr/include/bits/types.h:155: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__key_t’
  34. /usr/include/bits/types.h:158: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__clockid_t’
  35. /usr/include/bits/types.h:161: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__timer_t’
  36. /usr/include/bits/types.h:164: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__blksize_t’
  37. /usr/include/bits/types.h:169: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__blkcnt_t’
  38. /usr/include/bits/types.h:170: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__blkcnt64_t’
  39. /usr/include/bits/types.h:173: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__fsblkcnt_t’
  40. /usr/include/bits/types.h:174: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__fsblkcnt64_t’
  41. /usr/include/bits/types.h:177: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__fsfilcnt_t’
  42. /usr/include/bits/types.h:178: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__fsfilcnt64_t’
  43. /usr/include/bits/types.h:180: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__ssize_t’
  44. /usr/include/bits/types.h:184: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__loff_t’
  45. In file included from /usr/include/libio.h:32,
  46. from /usr/include/stdio.h:75,
  47. from hello.c:1:
  48. /usr/include/_G_config.h:24: error: expected specifier-qualifier-list before ‘__off_t’
  49. /usr/include/_G_config.h:29: error: expected specifier-qualifier-list before ‘__off64_t’
  50. In file included from /usr/include/stdio.h:75,
  51. from hello.c:1:
  52. /usr/include/libio.h:300: error: expected specifier-qualifier-list before ‘__off_t’
  53. /usr/include/libio.h:364: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__io_read_fn’
  54. /usr/include/libio.h:372: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__io_write_fn’
  55. /usr/include/libio.h:381: error: expected declaration specifiers or ‘...’ before ‘__off64_t’
  56. /usr/include/libio.h:494: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘_IO_padn’
  57. /usr/include/libio.h:497: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘_IO_seekoff’
  58. /usr/include/libio.h:498: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘_IO_seekpos’
  59. In file included from hello.c:1:
  60. /usr/include/stdio.h:91: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘off_t
  61. /usr/include/stdio.h:103: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘ssize_t’
  62. In file included from hello.c:1:
  63. /usr/include/stdio.h:658: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘__getdelim’
  64. /usr/include/stdio.h:661: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘getdelim’
  65. /usr/include/stdio.h:671: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘getline’
  66. /usr/include/stdio.h:766: error: expected declaration specifiers or ‘...’ before ‘__off_t’
  67. /usr/include/stdio.h:771: error: expected ‘=,,,;, ‘asm’ or ‘__attribute__’ before ‘ftello’
  68.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty