/* compiled from: . */
/* /usr/include/libio.h:416:NC */ extern int __underflow (_IO_FILE *);
/* /usr/include/libio.h:417:NC */ extern int __uflow (_IO_FILE *);
/* /usr/include/libio.h:418:NC */ extern int __overflow (_IO_FILE *, int);
/* /usr/include/libio.h:460:NC */ extern int _IO_getc (_IO_FILE *);
/* /usr/include/libio.h:461:NC */ extern int _IO_putc (int, _IO_FILE *);
/* /usr/include/libio.h:462:NC */ extern int _IO_feof (_IO_FILE *);
/* /usr/include/libio.h:463:NC */ extern int _IO_ferror (_IO_FILE *);
/* /usr/include/libio.h:465:NC */ extern int _IO_peekc_locked (_IO_FILE *);
/* /usr/include/libio.h:471:NC */ extern void _IO_flockfile (_IO_FILE *);
/* /usr/include/libio.h:472:NC */ extern void _IO_funlockfile (_IO_FILE *);
/* /usr/include/libio.h:473:NC */ extern int _IO_ftrylockfile (_IO_FILE *);
/* /usr/include/libio.h:490:NC */ extern int _IO_vfscanf (_IO_FILE *, const char *, __va_list_tag *, int *);
/* /usr/include/libio.h:492:NC */ extern int _IO_vfprintf (_IO_FILE *, const char *, __va_list_tag *);
/* /usr/include/libio.h:494:NC */ extern __ssize_t _IO_padn (_IO_FILE *, int, __ssize_t);
/* /usr/include/libio.h:495:NC */ extern size_t _IO_sgetn (_IO_FILE *, void *, size_t);
/* /usr/include/libio.h:497:NC */ extern __off64_t _IO_seekoff (_IO_FILE *, __off64_t, int, int);
/* /usr/include/libio.h:498:NC */ extern __off64_t _IO_seekpos (_IO_FILE *, __off64_t, int);
/* /usr/include/libio.h:500:NC */ extern void _IO_free_backup_area (_IO_FILE *);
/* /usr/include/stdio.h:177:NC */ extern int remove (const char *);
/* /usr/include/stdio.h:179:NC */ extern int rename (const char *, const char *);
/* /usr/include/stdio.h:184:NC */ extern int renameat (int, const char *, int, const char *);
/* /usr/include/stdio.h:194:NC */ extern FILE *tmpfile (void);
/* /usr/include/stdio.h:208:NC */ extern char *tmpnam (char *);
/* /usr/include/stdio.h:214:NC */ extern char *tmpnam_r (char *);
/* /usr/include/stdio.h:226:NC */ extern char *tempnam (const char *, const char *);
/* /usr/include/stdio.h:236:NC */ extern int fclose (FILE *);
/* /usr/include/stdio.h:241:NC */ extern int fflush (FILE *);
/* /usr/include/stdio.h:251:NC */ extern int fflush_unlocked (FILE *);
/* /usr/include/stdio.h:271:NC */ extern FILE *fopen (const char *, const char *);
/* /usr/include/stdio.h:277:NC */ extern FILE *freopen (const char *, const char *, FILE *);
/* /usr/include/stdio.h:305:NC */ extern FILE *fdopen (int, const char *);
/* /usr/include/stdio.h:318:NC */ extern FILE *fmemopen (void *, size_t, const char *);
/* /usr/include/stdio.h:324:NC */ extern FILE *open_memstream (char **, size_t *);
/* /usr/include/stdio.h:331:NC */ extern void setbuf (FILE *, char *);
/* /usr/include/stdio.h:335:NC */ extern int setvbuf (FILE *, char *, int, size_t);
/* /usr/include/stdio.h:342:NC */ extern void setbuffer (FILE *, char *, size_t);
/* /usr/include/stdio.h:346:NC */ extern void setlinebuf (FILE *);
/* /usr/include/stdio.h:355:NC */ extern int fprintf (FILE *, const char *, ...);
/* /usr/include/stdio.h:361:NC */ extern int printf (const char *, ...);
/* /usr/include/stdio.h:363:NC */ extern int sprintf (char *, const char *, ...);
/* /usr/include/stdio.h:370:NC */ extern int vfprintf (FILE *, const char *, __va_list_tag *);
/* /usr/include/stdio.h:376:NC */ extern int vprintf (const char *, __va_list_tag *);
/* /usr/include/stdio.h:378:NC */ extern int vsprintf (char *, const char *, __va_list_tag *);
/* /usr/include/stdio.h:385:NC */ extern int snprintf (char *, size_t, const char *, ...);
/* /usr/include/stdio.h:389:NC */ extern int vsnprintf (char *, size_t, const char *, __va_list_tag *);
/* /usr/include/stdio.h:416:NC */ extern int vdprintf (int, const char *, __va_list_tag *);
/* /usr/include/stdio.h:419:NC */ extern int dprintf (int, const char *, ...);
/* /usr/include/stdio.h:429:NC */ extern int fscanf (FILE *, const char *, ...);
/* /usr/include/stdio.h:435:NC */ extern int scanf (const char *, ...);
/* /usr/include/stdio.h:437:NC */ extern int sscanf (const char *, const char *, ...);
/* /usr/include/stdio.h:447:NC */ extern int fscanf (FILE *, const char *, ...);
/* /usr/include/stdio.h:450:NC */ extern int scanf (const char *, ...);
/* /usr/include/stdio.h:452:NC */ extern int sscanf (const char *, const char *, ...);
/* /usr/include/stdio.h:475:NC */ extern int vfscanf (FILE *, const char *, __va_list_tag *);
/* /usr/include/stdio.h:483:NC */ extern int vscanf (const char *, __va_list_tag *);
/* /usr/include/stdio.h:487:NC */ extern int vsscanf (const char *, const char *, __va_list_tag *);
/* /usr/include/stdio.h:498:NC */ extern int vfscanf (FILE *, const char *, __va_list_tag *);
/* /usr/include/stdio.h:503:NC */ extern int vscanf (const char *, __va_list_tag *);
/* /usr/include/stdio.h:506:NC */ extern int vsscanf (const char *, const char *, __va_list_tag *);
/* /usr/include/stdio.h:535:NC */ extern int fgetc (FILE *);
/* /usr/include/stdio.h:536:NC */ extern int getc (FILE *);
/* /usr/include/stdio.h:542:NC */ extern int getchar (void);
/* /usr/include/stdio.h:554:NC */ extern int getc_unlocked (FILE *);
/* /usr/include/stdio.h:555:NC */ extern int getchar_unlocked (void);
/* /usr/include/stdio.h:565:NC */ extern int fgetc_unlocked (FILE *);
/* /usr/include/stdio.h:577:NC */ extern int fputc (int, FILE *);
/* /usr/include/stdio.h:578:NC */ extern int putc (int, FILE *);
/* /usr/include/stdio.h:584:NC */ extern int putchar (int);
/* /usr/include/stdio.h:598:NC */ extern int fputc_unlocked (int, FILE *);
/* /usr/include/stdio.h:606:NC */ extern int putc_unlocked (int, FILE *);
/* /usr/include/stdio.h:607:NC */ extern int putchar_unlocked (int);
/* /usr/include/stdio.h:614:NC */ extern int getw (FILE *);
/* /usr/include/stdio.h:617:NC */ extern int putw (int, FILE *);
/* /usr/include/stdio.h:626:NC */ extern char *fgets (char *, int, FILE *);
/* /usr/include/stdio.h:634:NC */ extern char *gets (char *);
/* /usr/include/stdio.h:660:NC */ extern __ssize_t __getdelim (char **, size_t *, int, FILE *);
/* /usr/include/stdio.h:663:NC */ extern __ssize_t getdelim (char **, size_t *, int, FILE *);
/* /usr/include/stdio.h:673:NC */ extern __ssize_t getline (char **, size_t *, FILE *);
/* /usr/include/stdio.h:684:NC */ extern int fputs (const char *, FILE *);
/* /usr/include/stdio.h:690:NC */ extern int puts (const char *);
/* /usr/include/stdio.h:697:NC */ extern int ungetc (int, FILE *);
/* /usr/include/stdio.h:704:NC */ extern size_t fread (void *, size_t, size_t, FILE *);
/* /usr/include/stdio.h:710:NC */ extern size_t fwrite (const void *, size_t, size_t, FILE *);
/* /usr/include/stdio.h:732:NC */ extern size_t fread_unlocked (void *, size_t, size_t, FILE *);
/* /usr/include/stdio.h:734:NC */ extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
/* /usr/include/stdio.h:744:NC */ extern int fseek (FILE *, long int, int);
/* /usr/include/stdio.h:749:NC */ extern long int ftell (FILE *);
/* /usr/include/stdio.h:754:NC */ extern void rewind (FILE *);
/* /usr/include/stdio.h:768:NC */ extern int fseeko (FILE *, __off_t, int);
/* /usr/include/stdio.h:773:NC */ extern __off_t ftello (FILE *);
/* /usr/include/stdio.h:793:NC */ extern int fgetpos (FILE *, fpos_t *);
/* /usr/include/stdio.h:798:NC */ extern int fsetpos (FILE *, const fpos_t *);
/* /usr/include/stdio.h:821:NC */ extern void clearerr (FILE *);
/* /usr/include/stdio.h:823:NC */ extern int feof (FILE *);
/* /usr/include/stdio.h:825:NC */ extern int ferror (FILE *);
/* /usr/include/stdio.h:830:NC */ extern void clearerr_unlocked (FILE *);
/* /usr/include/stdio.h:831:NC */ extern int feof_unlocked (FILE *);
/* /usr/include/stdio.h:832:NC */ extern int ferror_unlocked (FILE *);
/* /usr/include/stdio.h:841:NC */ extern void perror (const char *);
/* /usr/include/stdio.h:853:NC */ extern int fileno (FILE *);
/* /usr/include/stdio.h:858:NC */ extern int fileno_unlocked (FILE *);
/* /usr/include/stdio.h:868:NC */ extern FILE *popen (const char *, const char *);
/* /usr/include/stdio.h:874:NC */ extern int pclose (FILE *);
/* /usr/include/stdio.h:880:NC */ extern char *ctermid (char *);
/* /usr/include/stdio.h:908:NC */ extern void flockfile (FILE *);
/* /usr/include/stdio.h:912:NC */ extern int ftrylockfile (FILE *);
/* /usr/include/stdio.h:915:NC */ extern void funlockfile (FILE *);
/* func-call-conv4a.c:4:NF */ extern void printBitFloat (float x); /* (x) float x; */
/* func-call-conv4a.c:18:NF */ extern void printBitInt (int x); /* (x) int x; */
/* func-call-conv4a.c:31:NF */ extern int main (int argc, char **argv); /* (argc, argv) int argc; char **argv; */
/* func-call-conv4a.c:40:IC */ extern int f (/* ??? */);
/* func-call-conv4a.c:49:NF */ extern int f (int x); /* (x) int x; */
