Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 17.63 KB | None | 0 0
  1. # 1 "prep.c"
  2. # 1 "<built-in>"
  3. # 1 "<command-line>"
  4. # 1 "/usr/include/stdc-predef.h" 1 3 4
  5. # 1 "<command-line>" 2
  6. # 1 "prep.c"
  7. # 1 "/usr/include/stdio.h" 1 3 4
  8. # 27 "/usr/include/stdio.h" 3 4
  9. # 1 "/usr/include/features.h" 1 3 4
  10. # 367 "/usr/include/features.h" 3 4
  11. # 1 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 1 3 4
  12. # 410 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
  13. # 1 "/usr/include/x86_64-linux-gnu/bits/wordsize.h" 1 3 4
  14. # 411 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 2 3 4
  15. # 368 "/usr/include/features.h" 2 3 4
  16. # 391 "/usr/include/features.h" 3 4
  17. # 1 "/usr/include/x86_64-linux-gnu/gnu/stubs.h" 1 3 4
  18. # 10 "/usr/include/x86_64-linux-gnu/gnu/stubs.h" 3 4
  19. # 1 "/usr/include/x86_64-linux-gnu/gnu/stubs-64.h" 1 3 4
  20. # 11 "/usr/include/x86_64-linux-gnu/gnu/stubs.h" 2 3 4
  21. # 392 "/usr/include/features.h" 2 3 4
  22. # 28 "/usr/include/stdio.h" 2 3 4
  23.  
  24.  
  25.  
  26.  
  27.  
  28. # 1 "/usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h" 1 3 4
  29. # 216 "/usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h" 3 4
  30.  
  31. # 216 "/usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h" 3 4
  32. typedef long unsigned int size_t;
  33. # 34 "/usr/include/stdio.h" 2 3 4
  34.  
  35. # 1 "/usr/include/x86_64-linux-gnu/bits/types.h" 1 3 4
  36. # 27 "/usr/include/x86_64-linux-gnu/bits/types.h" 3 4
  37. # 1 "/usr/include/x86_64-linux-gnu/bits/wordsize.h" 1 3 4
  38. # 28 "/usr/include/x86_64-linux-gnu/bits/types.h" 2 3 4
  39.  
  40.  
  41. typedef unsigned char __u_char;
  42. typedef unsigned short int __u_short;
  43. typedef unsigned int __u_int;
  44. typedef unsigned long int __u_long;
  45.  
  46.  
  47. typedef signed char __int8_t;
  48. typedef unsigned char __uint8_t;
  49. typedef signed short int __int16_t;
  50. typedef unsigned short int __uint16_t;
  51. typedef signed int __int32_t;
  52. typedef unsigned int __uint32_t;
  53.  
  54. typedef signed long int __int64_t;
  55. typedef unsigned long int __uint64_t;
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. typedef long int __quad_t;
  64. typedef unsigned long int __u_quad_t;
  65. # 121 "/usr/include/x86_64-linux-gnu/bits/types.h" 3 4
  66. # 1 "/usr/include/x86_64-linux-gnu/bits/typesizes.h" 1 3 4
  67. # 122 "/usr/include/x86_64-linux-gnu/bits/types.h" 2 3 4
  68.  
  69.  
  70. typedef unsigned long int __dev_t;
  71. typedef unsigned int __uid_t;
  72. typedef unsigned int __gid_t;
  73. typedef unsigned long int __ino_t;
  74. typedef unsigned long int __ino64_t;
  75. typedef unsigned int __mode_t;
  76. typedef unsigned long int __nlink_t;
  77. typedef long int __off_t;
  78. typedef long int __off64_t;
  79. typedef int __pid_t;
  80. typedef struct { int __val[2]; } __fsid_t;
  81. typedef long int __clock_t;
  82. typedef unsigned long int __rlim_t;
  83. typedef unsigned long int __rlim64_t;
  84. typedef unsigned int __id_t;
  85. typedef long int __time_t;
  86. typedef unsigned int __useconds_t;
  87. typedef long int __suseconds_t;
  88.  
  89. typedef int __daddr_t;
  90. typedef int __key_t;
  91.  
  92.  
  93. typedef int __clockid_t;
  94.  
  95.  
  96. typedef void * __timer_t;
  97.  
  98.  
  99. typedef long int __blksize_t;
  100.  
  101.  
  102.  
  103.  
  104. typedef long int __blkcnt_t;
  105. typedef long int __blkcnt64_t;
  106.  
  107.  
  108. typedef unsigned long int __fsblkcnt_t;
  109. typedef unsigned long int __fsblkcnt64_t;
  110.  
  111.  
  112. typedef unsigned long int __fsfilcnt_t;
  113. typedef unsigned long int __fsfilcnt64_t;
  114.  
  115.  
  116. typedef long int __fsword_t;
  117.  
  118. typedef long int __ssize_t;
  119.  
  120.  
  121. typedef long int __syscall_slong_t;
  122.  
  123. typedef unsigned long int __syscall_ulong_t;
  124.  
  125.  
  126.  
  127. typedef __off64_t __loff_t;
  128. typedef __quad_t *__qaddr_t;
  129. typedef char *__caddr_t;
  130.  
  131.  
  132. typedef long int __intptr_t;
  133.  
  134.  
  135. typedef unsigned int __socklen_t;
  136. # 36 "/usr/include/stdio.h" 2 3 4
  137. # 44 "/usr/include/stdio.h" 3 4
  138. struct _IO_FILE;
  139.  
  140.  
  141.  
  142. typedef struct _IO_FILE FILE;
  143.  
  144.  
  145.  
  146.  
  147.  
  148. # 64 "/usr/include/stdio.h" 3 4
  149. typedef struct _IO_FILE __FILE;
  150. # 74 "/usr/include/stdio.h" 3 4
  151. # 1 "/usr/include/libio.h" 1 3 4
  152. # 31 "/usr/include/libio.h" 3 4
  153. # 1 "/usr/include/_G_config.h" 1 3 4
  154. # 15 "/usr/include/_G_config.h" 3 4
  155. # 1 "/usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h" 1 3 4
  156. # 16 "/usr/include/_G_config.h" 2 3 4
  157.  
  158.  
  159.  
  160.  
  161. # 1 "/usr/include/wchar.h" 1 3 4
  162. # 82 "/usr/include/wchar.h" 3 4
  163. typedef struct
  164. {
  165.   int __count;
  166.   union
  167.   {
  168.  
  169.     unsigned int __wch;
  170.  
  171.  
  172.  
  173.     char __wchb[4];
  174.   } __value;
  175. } __mbstate_t;
  176. # 21 "/usr/include/_G_config.h" 2 3 4
  177. typedef struct
  178. {
  179.   __off_t __pos;
  180.   __mbstate_t __state;
  181. } _G_fpos_t;
  182. typedef struct
  183. {
  184.   __off64_t __pos;
  185.   __mbstate_t __state;
  186. } _G_fpos64_t;
  187. # 32 "/usr/include/libio.h" 2 3 4
  188. # 49 "/usr/include/libio.h" 3 4
  189. # 1 "/usr/lib/gcc/x86_64-linux-gnu/5/include/stdarg.h" 1 3 4
  190. # 40 "/usr/lib/gcc/x86_64-linux-gnu/5/include/stdarg.h" 3 4
  191. typedef __builtin_va_list __gnuc_va_list;
  192. # 50 "/usr/include/libio.h" 2 3 4
  193. # 144 "/usr/include/libio.h" 3 4
  194. struct _IO_jump_t; struct _IO_FILE;
  195.  
  196.  
  197.  
  198.  
  199.  
  200. typedef void _IO_lock_t;
  201.  
  202.  
  203.  
  204.  
  205.  
  206. struct _IO_marker {
  207.   struct _IO_marker *_next;
  208.   struct _IO_FILE *_sbuf;
  209.  
  210.  
  211.  
  212.   int _pos;
  213. # 173 "/usr/include/libio.h" 3 4
  214. };
  215.  
  216.  
  217. enum __codecvt_result
  218. {
  219.   __codecvt_ok,
  220.   __codecvt_partial,
  221.   __codecvt_error,
  222.   __codecvt_noconv
  223. };
  224. # 241 "/usr/include/libio.h" 3 4
  225. struct _IO_FILE {
  226.   int _flags;
  227.  
  228.  
  229.  
  230.  
  231.   char* _IO_read_ptr;
  232.   char* _IO_read_end;
  233.   char* _IO_read_base;
  234.   char* _IO_write_base;
  235.   char* _IO_write_ptr;
  236.   char* _IO_write_end;
  237.   char* _IO_buf_base;
  238.   char* _IO_buf_end;
  239.  
  240.   char *_IO_save_base;
  241.   char *_IO_backup_base;
  242.   char *_IO_save_end;
  243.  
  244.   struct _IO_marker *_markers;
  245.  
  246.   struct _IO_FILE *_chain;
  247.  
  248.   int _fileno;
  249.  
  250.  
  251.  
  252.   int _flags2;
  253.  
  254.   __off_t _old_offset;
  255.  
  256.  
  257.  
  258.   unsigned short _cur_column;
  259.   signed char _vtable_offset;
  260.   char _shortbuf[1];
  261.  
  262.  
  263.  
  264.   _IO_lock_t *_lock;
  265. # 289 "/usr/include/libio.h" 3 4
  266.   __off64_t _offset;
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.   void *__pad1;
  275.   void *__pad2;
  276.   void *__pad3;
  277.   void *__pad4;
  278.  
  279.   size_t __pad5;
  280.   int _mode;
  281.  
  282.   char _unused2[15 * sizeof (int) - 4 * sizeof (void *) - sizeof (size_t)];
  283.  
  284. };
  285.  
  286.  
  287. typedef struct _IO_FILE _IO_FILE;
  288.  
  289.  
  290. struct _IO_FILE_plus;
  291.  
  292. extern struct _IO_FILE_plus _IO_2_1_stdin_;
  293. extern struct _IO_FILE_plus _IO_2_1_stdout_;
  294. extern struct _IO_FILE_plus _IO_2_1_stderr_;
  295. # 333 "/usr/include/libio.h" 3 4
  296. typedef __ssize_t __io_read_fn (void *__cookie, char *__buf, size_t __nbytes);
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304. typedef __ssize_t __io_write_fn (void *__cookie, const char *__buf,
  305.      size_t __n);
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313. typedef int __io_seek_fn (void *__cookie, __off64_t *__pos, int __w);
  314.  
  315.  
  316. typedef int __io_close_fn (void *__cookie);
  317. # 385 "/usr/include/libio.h" 3 4
  318. extern int __underflow (_IO_FILE *);
  319. extern int __uflow (_IO_FILE *);
  320. extern int __overflow (_IO_FILE *, int);
  321. # 429 "/usr/include/libio.h" 3 4
  322. extern int _IO_getc (_IO_FILE *__fp);
  323. extern int _IO_putc (int __c, _IO_FILE *__fp);
  324. extern int _IO_feof (_IO_FILE *__fp) __attribute__ ((__nothrow__ , __leaf__));
  325. extern int _IO_ferror (_IO_FILE *__fp) __attribute__ ((__nothrow__ , __leaf__));
  326.  
  327. extern int _IO_peekc_locked (_IO_FILE *__fp);
  328.  
  329.  
  330.  
  331.  
  332.  
  333. extern void _IO_flockfile (_IO_FILE *) __attribute__ ((__nothrow__ , __leaf__));
  334. extern void _IO_funlockfile (_IO_FILE *) __attribute__ ((__nothrow__ , __leaf__));
  335. extern int _IO_ftrylockfile (_IO_FILE *) __attribute__ ((__nothrow__ , __leaf__));
  336. # 459 "/usr/include/libio.h" 3 4
  337. extern int _IO_vfscanf (_IO_FILE * __restrict, const char * __restrict,
  338.    __gnuc_va_list, int *__restrict);
  339. extern int _IO_vfprintf (_IO_FILE *__restrict, const char *__restrict,
  340.     __gnuc_va_list);
  341. extern __ssize_t _IO_padn (_IO_FILE *, int, __ssize_t);
  342. extern size_t _IO_sgetn (_IO_FILE *, void *, size_t);
  343.  
  344. extern __off64_t _IO_seekoff (_IO_FILE *, __off64_t, int, int);
  345. extern __off64_t _IO_seekpos (_IO_FILE *, __off64_t, int);
  346.  
  347. extern void _IO_free_backup_area (_IO_FILE *) __attribute__ ((__nothrow__ , __leaf__));
  348. # 75 "/usr/include/stdio.h" 2 3 4
  349.  
  350.  
  351.  
  352.  
  353. typedef __gnuc_va_list va_list;
  354. # 90 "/usr/include/stdio.h" 3 4
  355. typedef __off_t off_t;
  356. # 102 "/usr/include/stdio.h" 3 4
  357. typedef __ssize_t ssize_t;
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365. typedef _G_fpos_t fpos_t;
  366.  
  367.  
  368.  
  369.  
  370. # 164 "/usr/include/stdio.h" 3 4
  371. # 1 "/usr/include/x86_64-linux-gnu/bits/stdio_lim.h" 1 3 4
  372. # 165 "/usr/include/stdio.h" 2 3 4
  373.  
  374.  
  375.  
  376. extern struct _IO_FILE *stdin;
  377. extern struct _IO_FILE *stdout;
  378. extern struct _IO_FILE *stderr;
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386. extern int remove (const char *__filename) __attribute__ ((__nothrow__ , __leaf__));
  387.  
  388. extern int rename (const char *__old, const char *__new) __attribute__ ((__nothrow__ , __leaf__));
  389.  
  390.  
  391.  
  392.  
  393. extern int renameat (int __oldfd, const char *__old, int __newfd,
  394.        const char *__new) __attribute__ ((__nothrow__ , __leaf__));
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403. extern FILE *tmpfile (void) ;
  404. # 209 "/usr/include/stdio.h" 3 4
  405. extern char *tmpnam (char *__s) __attribute__ ((__nothrow__ , __leaf__)) ;
  406.  
  407.  
  408.  
  409.  
  410.  
  411. extern char *tmpnam_r (char *__s) __attribute__ ((__nothrow__ , __leaf__)) ;
  412. # 227 "/usr/include/stdio.h" 3 4
  413. extern char *tempnam (const char *__dir, const char *__pfx)
  414.      __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__malloc__)) ;
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423. extern int fclose (FILE *__stream);
  424.  
  425.  
  426.  
  427.  
  428. extern int fflush (FILE *__stream);
  429.  
  430. # 252 "/usr/include/stdio.h" 3 4
  431. extern int fflush_unlocked (FILE *__stream);
  432. # 266 "/usr/include/stdio.h" 3 4
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439. extern FILE *fopen (const char *__restrict __filename,
  440.       const char *__restrict __modes) ;
  441.  
  442.  
  443.  
  444.  
  445. extern FILE *freopen (const char *__restrict __filename,
  446.         const char *__restrict __modes,
  447.         FILE *__restrict __stream) ;
  448. # 295 "/usr/include/stdio.h" 3 4
  449.  
  450. # 306 "/usr/include/stdio.h" 3 4
  451. extern FILE *fdopen (int __fd, const char *__modes) __attribute__ ((__nothrow__ , __leaf__)) ;
  452. # 319 "/usr/include/stdio.h" 3 4
  453. extern FILE *fmemopen (void *__s, size_t __len, const char *__modes)
  454.   __attribute__ ((__nothrow__ , __leaf__)) ;
  455.  
  456.  
  457.  
  458.  
  459. extern FILE *open_memstream (char **__bufloc, size_t *__sizeloc) __attribute__ ((__nothrow__ , __leaf__)) ;
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466. extern void setbuf (FILE *__restrict __stream, char *__restrict __buf) __attribute__ ((__nothrow__ , __leaf__));
  467.  
  468.  
  469.  
  470. extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
  471.       int __modes, size_t __n) __attribute__ ((__nothrow__ , __leaf__));
  472.  
  473.  
  474.  
  475.  
  476.  
  477. extern void setbuffer (FILE *__restrict __stream, char *__restrict __buf,
  478.          size_t __size) __attribute__ ((__nothrow__ , __leaf__));
  479.  
  480.  
  481. extern void setlinebuf (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__));
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490. extern int fprintf (FILE *__restrict __stream,
  491.       const char *__restrict __format, ...);
  492.  
  493.  
  494.  
  495.  
  496. extern int printf (const char *__restrict __format, ...);
  497.  
  498. extern int sprintf (char *__restrict __s,
  499.       const char *__restrict __format, ...) __attribute__ ((__nothrow__));
  500.  
  501.  
  502.  
  503.  
  504.  
  505. extern int vfprintf (FILE *__restrict __s, const char *__restrict __format,
  506.        __gnuc_va_list __arg);
  507.  
  508.  
  509.  
  510.  
  511. extern int vprintf (const char *__restrict __format, __gnuc_va_list __arg);
  512.  
  513. extern int vsprintf (char *__restrict __s, const char *__restrict __format,
  514.        __gnuc_va_list __arg) __attribute__ ((__nothrow__));
  515.  
  516.  
  517.  
  518.  
  519.  
  520. extern int snprintf (char *__restrict __s, size_t __maxlen,
  521.        const char *__restrict __format, ...)
  522.      __attribute__ ((__nothrow__)) __attribute__ ((__format__ (__printf__, 3, 4)));
  523.  
  524. extern int vsnprintf (char *__restrict __s, size_t __maxlen,
  525.         const char *__restrict __format, __gnuc_va_list __arg)
  526.      __attribute__ ((__nothrow__)) __attribute__ ((__format__ (__printf__, 3, 0)));
  527.  
  528. # 412 "/usr/include/stdio.h" 3 4
  529. extern int vdprintf (int __fd, const char *__restrict __fmt,
  530.        __gnuc_va_list __arg)
  531.      __attribute__ ((__format__ (__printf__, 2, 0)));
  532. extern int dprintf (int __fd, const char *__restrict __fmt, ...)
  533.      __attribute__ ((__format__ (__printf__, 2, 3)));
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542. extern int fscanf (FILE *__restrict __stream,
  543.      const char *__restrict __format, ...) ;
  544.  
  545.  
  546.  
  547.  
  548. extern int scanf (const char *__restrict __format, ...) ;
  549.  
  550. extern int sscanf (const char *__restrict __s,
  551.      const char *__restrict __format, ...) __attribute__ ((__nothrow__ , __leaf__));
  552. # 443 "/usr/include/stdio.h" 3 4
  553. extern int fscanf (FILE *__restrict __stream, const char *__restrict __format, ...) __asm__ ("" "__isoc99_fscanf")
  554.  
  555.                                ;
  556. extern int scanf (const char *__restrict __format, ...) __asm__ ("" "__isoc99_scanf")
  557.                               ;
  558. extern int sscanf (const char *__restrict __s, const char *__restrict __format, ...) __asm__ ("" "__isoc99_sscanf") __attribute__ ((__nothrow__ , __leaf__))
  559.  
  560.                       ;
  561. # 463 "/usr/include/stdio.h" 3 4
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570. extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
  571.       __gnuc_va_list __arg)
  572.      __attribute__ ((__format__ (__scanf__, 2, 0))) ;
  573.  
  574.  
  575.  
  576.  
  577.  
  578. extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
  579.      __attribute__ ((__format__ (__scanf__, 1, 0))) ;
  580.  
  581.  
  582. extern int vsscanf (const char *__restrict __s,
  583.       const char *__restrict __format, __gnuc_va_list __arg)
  584.      __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__format__ (__scanf__, 2, 0)));
  585. # 494 "/usr/include/stdio.h" 3 4
  586. extern int vfscanf (FILE *__restrict __s, const char *__restrict __format, __gnuc_va_list __arg) __asm__ ("" "__isoc99_vfscanf")
  587.  
  588.  
  589.  
  590.      __attribute__ ((__format__ (__scanf__, 2, 0))) ;
  591. extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg) __asm__ ("" "__isoc99_vscanf")
  592.  
  593.      __attribute__ ((__format__ (__scanf__, 1, 0))) ;
  594. extern int vsscanf (const char *__restrict __s, const char *__restrict __format, __gnuc_va_list __arg) __asm__ ("" "__isoc99_vsscanf") __attribute__ ((__nothrow__ , __leaf__))
  595.  
  596.  
  597.  
  598.      __attribute__ ((__format__ (__scanf__, 2, 0)));
  599. # 522 "/usr/include/stdio.h" 3 4
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609. extern int fgetc (FILE *__stream);
  610. extern int getc (FILE *__stream);
  611.  
  612.  
  613.  
  614.  
  615.  
  616. extern int getchar (void);
  617.  
  618. # 550 "/usr/include/stdio.h" 3 4
  619. extern int getc_unlocked (FILE *__stream);
  620. extern int getchar_unlocked (void);
  621. # 561 "/usr/include/stdio.h" 3 4
  622. extern int fgetc_unlocked (FILE *__stream);
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634. extern int fputc (int __c, FILE *__stream);
  635. extern int putc (int __c, FILE *__stream);
  636.  
  637.  
  638.  
  639.  
  640.  
  641. extern int putchar (int __c);
  642.  
  643. # 594 "/usr/include/stdio.h" 3 4
  644. extern int fputc_unlocked (int __c, FILE *__stream);
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652. extern int putc_unlocked (int __c, FILE *__stream);
  653. extern int putchar_unlocked (int __c);
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660. extern int getw (FILE *__stream);
  661.  
  662.  
  663. extern int putw (int __w, FILE *__stream);
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672. extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
  673.      ;
  674. # 640 "/usr/include/stdio.h" 3 4
  675.  
  676. # 665 "/usr/include/stdio.h" 3 4
  677. extern __ssize_t __getdelim (char **__restrict __lineptr,
  678.           size_t *__restrict __n, int __delimiter,
  679.           FILE *__restrict __stream) ;
  680. extern __ssize_t getdelim (char **__restrict __lineptr,
  681.         size_t *__restrict __n, int __delimiter,
  682.         FILE *__restrict __stream) ;
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690. extern __ssize_t getline (char **__restrict __lineptr,
  691.        size_t *__restrict __n,
  692.        FILE *__restrict __stream) ;
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701. extern int fputs (const char *__restrict __s, FILE *__restrict __stream);
  702.  
  703.  
  704.  
  705.  
  706.  
  707. extern int puts (const char *__s);
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714. extern int ungetc (int __c, FILE *__stream);
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721. extern size_t fread (void *__restrict __ptr, size_t __size,
  722.        size_t __n, FILE *__restrict __stream) ;
  723.  
  724.  
  725.  
  726.  
  727. extern size_t fwrite (const void *__restrict __ptr, size_t __size,
  728.         size_t __n, FILE *__restrict __s);
  729.  
  730. # 737 "/usr/include/stdio.h" 3 4
  731. extern size_t fread_unlocked (void *__restrict __ptr, size_t __size,
  732.          size_t __n, FILE *__restrict __stream) ;
  733. extern size_t fwrite_unlocked (const void *__restrict __ptr, size_t __size,
  734.           size_t __n, FILE *__restrict __stream);
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743. extern int fseek (FILE *__stream, long int __off, int __whence);
  744.  
  745.  
  746.  
  747.  
  748. extern long int ftell (FILE *__stream) ;
  749.  
  750.  
  751.  
  752.  
  753. extern void rewind (FILE *__stream);
  754.  
  755. # 773 "/usr/include/stdio.h" 3 4
  756. extern int fseeko (FILE *__stream, __off_t __off, int __whence);
  757.  
  758.  
  759.  
  760.  
  761. extern __off_t ftello (FILE *__stream) ;
  762. # 792 "/usr/include/stdio.h" 3 4
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769. extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
  770.  
  771.  
  772.  
  773.  
  774. extern int fsetpos (FILE *__stream, const fpos_t *__pos);
  775. # 815 "/usr/include/stdio.h" 3 4
  776.  
  777. # 824 "/usr/include/stdio.h" 3 4
  778.  
  779.  
  780. extern void clearerr (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__));
  781.  
  782. extern int feof (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__)) ;
  783.  
  784. extern int ferror (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__)) ;
  785.  
  786.  
  787.  
  788.  
  789. extern void clearerr_unlocked (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__));
  790. extern int feof_unlocked (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__)) ;
  791. extern int ferror_unlocked (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__)) ;
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800. extern void perror (const char *__s);
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807. # 1 "/usr/include/x86_64-linux-gnu/bits/sys_errlist.h" 1 3 4
  808. # 26 "/usr/include/x86_64-linux-gnu/bits/sys_errlist.h" 3 4
  809. extern int sys_nerr;
  810. extern const char *const sys_errlist[];
  811. # 854 "/usr/include/stdio.h" 2 3 4
  812.  
  813.  
  814.  
  815.  
  816. extern int fileno (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__)) ;
  817.  
  818.  
  819.  
  820.  
  821. extern int fileno_unlocked (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__)) ;
  822. # 872 "/usr/include/stdio.h" 3 4
  823. extern FILE *popen (const char *__command, const char *__modes) ;
  824.  
  825.  
  826.  
  827.  
  828.  
  829. extern int pclose (FILE *__stream);
  830.  
  831.  
  832.  
  833.  
  834.  
  835. extern char *ctermid (char *__s) __attribute__ ((__nothrow__ , __leaf__));
  836. # 912 "/usr/include/stdio.h" 3 4
  837. extern void flockfile (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__));
  838.  
  839.  
  840.  
  841. extern int ftrylockfile (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__)) ;
  842.  
  843.  
  844. extern void funlockfile (FILE *__stream) __attribute__ ((__nothrow__ , __leaf__));
  845. # 942 "/usr/include/stdio.h" 3 4
  846.  
  847. # 2 "prep.c" 2
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854. # 7 "prep.c"
  855. int main (void) {
  856.  
  857.     printf ("My First program - %s\n","Hello Gnomy");
  858.     int s = ((++current) < (Max))?(++current):(Max);;
  859.     return 0;
  860. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement