├── aio.h ├── alloca.h ├── ar.h ├── argp.h ├── argz.h ├── cpio.h ├── crypt.h ├── curses.h ├── dialog.h ├── dirent.h ├── dlfcn.h ├── elf.h ├── endian.h ├── envz.h ├── err.h ├── error.h ├── eti.h ├── etip.h ├── fftw3.h ├── fmtmsg.h ├── form.h ├── fstab.h ├── fts.h ├── ftw.h ├── gconv.h ├── gcrypt.h ├── getopt.h ├── glob.h ├── gmpxx.h ├── grp.h ├── iconv.h ├── ladspa.h ├── libgen.h ├── libio.h ├── limits.h ├── link.h ├── ltdl.h ├── mcheck.h ├── memory.h ├── menu.h ├── mntent.h ├── mqueue.h ├── nss.h ├── panel.h ├── paths.h ├── poll.h ├── printf.h ├── pty.h ├── pwd.h ├── regex.h ├── resolv.h ├── sched.h ├── sgtty.h ├── shadow.h ├── spawn.h ├── stab.h ├── sys ├── un.h ├── epoll.h ├── file.h ├── mman.h ├── param.h ├── random.h ├── select.h ├── stat.h ├── syslog.h ├── time.h ├── times.h ├── types.h ├── wait.h ├── ioctl.h ├── ipc.h ├── resource.h ├── sem.h ├── shm.h ├── signalfd.h ├── socket.h └── utsname.h ├── syslog.h ├── tar.h ├── term.h ├── termio.h ├── tic.h ├── ttyent.h ├── ulimit.h ├── unctrl.h ├── unistd.h ├── ustat.h ├── utime.h ├── utmp.h ├── utmpx.h ├── values.h ├── wait.h ├── zconf.h ├── zlib.h ├── FlexLexer.h ├── aliases.h ├── arpa ├── ftp.h ├── telnet.h ├── tftp.h ├── inet.h ├── nameser.h └── nameser_compat.h ├── assert.h ├── buflist.h ├── buftool.h ├── byteswap.h ├── cnpklibufr2.h ├── ctype.h ├── cursesapp.h ├── cursesf.h ├── cursesm.h ├── cursesp.h ├── cursesw.h ├── cursslk.h ├── dlg_colors.h ├── dlg_config.h ├── dlg_keys.h ├── errno.h ├── execinfo.h ├── fcntl.h ├── fenv.h ├── float.h ├── fnmatch.h ├── gnumake.h ├── gshadow.h ├── ifaddrs.h ├── iso646.h ├── langinfo.h ├── lastlog.h ├── libintl.h ├── libsync.h ├── locale.h ├── malloc.h ├── math.h ├── misc ├── cxl.h └── ocxl.h ├── monetary.h ├── nc_tparm.h ├── ncurses.h ├── ncurses_dll.h ├── net ├── if.h ├── if_arp.h ├── if_ppp.h ├── if_slip.h ├── route.h ├── ethernet.h ├── if_packet.h ├── if_shaper.h ├── ppp-comp.h └── ppp_defs.h ├── netash └── ash.h ├── netatalk └── at.h ├── netdb.h ├── netinet ├── ip.h ├── ip6.h ├── udp.h ├── ether.h ├── icmp6.h ├── if_ether.h ├── if_fddi.h ├── if_tr.h ├── igmp.h ├── in.h ├── in_systm.h ├── ip_icmp.h └── tcp.h ├── netipx └── ipx.h ├── nfs └── nfs.h ├── nl_types.h ├── obstack.h ├── re_comp.h ├── setjmp.h ├── signal.h ├── stdarg.h ├── stdc-predef.h ├── stddef.h ├── stdint.h ├── stdio.h ├── stdio_ext.h ├── stdlib.h ├── string.h ├── stropts.h ├── sudo_plugin.h ├── syscall.h ├── sysexits.h ├── term_entry.h ├── termcap.h ├── termios.h ├── tgmath.h ├── thread_db.h ├── time.h ├── uchar.h ├── ucontext.h ├── wchar.h ├── wctype.h ├── wordexp.h ├── complex.h ├── features.h ├── gnu-versions.h ├── inttypes.h ├── netax25 └── ax25.h ├── neteconet └── ec.h ├── netiucv └── iucv.h ├── netpacket └── packet.h ├── netrom └── netrom.h ├── netrose └── rose.h ├── proc_service.h ├── pthread.h ├── stdalign.h ├── stdatomic.h ├── stdbool.h ├── stdnoreturn.h ├── strings.h ├── threads.h ├── README.md └── .gitignore /aio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /alloca.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ar.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /argp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /argz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cpio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /crypt.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /curses.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dialog.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dirent.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dlfcn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /elf.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /endian.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /envz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /err.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /error.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /eti.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /etip.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fftw3.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fmtmsg.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /form.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fstab.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fts.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ftw.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gconv.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcrypt.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /getopt.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /glob.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gmpxx.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /grp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /iconv.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ladspa.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libgen.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /limits.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /link.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ltdl.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mcheck.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /memory.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /menu.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mntent.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mqueue.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nss.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /panel.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /paths.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /poll.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /printf.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pty.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pwd.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /regex.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resolv.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sched.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sgtty.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shadow.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spawn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /stab.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/un.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /syslog.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tar.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /term.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /termio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tic.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ttyent.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ulimit.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /unctrl.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /unistd.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ustat.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /utime.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /utmp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /utmpx.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /values.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /wait.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /zconf.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /zlib.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FlexLexer.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /aliases.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /arpa/ftp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /arpa/telnet.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /arpa/tftp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assert.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /buflist.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /buftool.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /byteswap.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cnpklibufr2.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ctype.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /cursesapp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cursesf.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cursesm.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cursesp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cursesw.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cursslk.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dlg_colors.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dlg_config.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dlg_keys.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /errno.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /execinfo.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fcntl.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fenv.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /float.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fnmatch.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gnumake.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gshadow.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ifaddrs.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /iso646.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /langinfo.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lastlog.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libintl.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libsync.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /locale.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /malloc.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /math.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /misc/cxl.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /misc/ocxl.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /monetary.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nc_tparm.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ncurses.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ncurses_dll.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /net/if.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /net/if_arp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /net/if_ppp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /net/if_slip.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /net/route.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netash/ash.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netatalk/at.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netdb.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /netinet/ip.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netinet/ip6.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netinet/udp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netipx/ipx.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nfs/nfs.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nl_types.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /obstack.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /re_comp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /setjmp.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /signal.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /stdarg.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /stdc-predef.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /stddef.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /stdint.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /stdio.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /stdio_ext.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /stdlib.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /string.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /stropts.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sudo_plugin.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/epoll.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/file.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/mman.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/param.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/random.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/select.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/stat.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/syslog.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/time.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/times.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/types.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/wait.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /syscall.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sysexits.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /term_entry.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /termcap.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /termios.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tgmath.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /thread_db.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /time.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /uchar.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ucontext.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /wchar.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /wctype.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /wordexp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /arpa/inet.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /arpa/nameser.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /complex.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /features.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /gnu-versions.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /inttypes.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /net/ethernet.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /net/if_packet.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /net/if_shaper.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /net/ppp-comp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /net/ppp_defs.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netax25/ax25.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /neteconet/ec.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netinet/ether.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netinet/icmp6.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netinet/if_ether.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netinet/if_fddi.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netinet/if_tr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netinet/igmp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netinet/in.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /netinet/in_systm.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netinet/ip_icmp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netinet/tcp.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /netiucv/iucv.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netpacket/packet.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netrom/netrom.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netrose/rose.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /proc_service.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pthread.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /stdalign.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /stdatomic.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /stdbool.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /stdnoreturn.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /strings.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sys/ioctl.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sys/ipc.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sys/resource.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/sem.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sys/shm.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sys/signalfd.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/socket.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sys/utsname.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /threads.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /arpa/nameser_compat.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # cosmo-include 2 | A set of very empty header files that can be used when building apps with Cosmopolitan 3 | 4 | ## Why? 5 | When you build an application with [Cosmopolitan](https://github.com/jart/cosmopolitan), you only need one header file (`cosmopolitan.h`). 6 | If your (existing) code already have a bunch of system `#include`, you are going to get all those pesky 'No such file or directory'. 7 | 8 | ## Solution 9 | Check out this tree of empty files and add `-I` to the gcc command line. 10 | 11 | ## Note 12 | The list of files is not complete... Just keep adding empty files matching the header your code is trying to include 13 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Prerequisites 2 | *.d 3 | 4 | # Object files 5 | *.o 6 | *.ko 7 | *.obj 8 | *.elf 9 | 10 | # Linker output 11 | *.ilk 12 | *.map 13 | *.exp 14 | 15 | # Precompiled Headers 16 | *.gch 17 | *.pch 18 | 19 | # Libraries 20 | *.lib 21 | *.a 22 | *.la 23 | *.lo 24 | 25 | # Shared objects (inc. Windows DLLs) 26 | *.dll 27 | *.so 28 | *.so.* 29 | *.dylib 30 | 31 | # Executables 32 | *.exe 33 | *.out 34 | *.app 35 | *.i*86 36 | *.x86_64 37 | *.hex 38 | 39 | # Debug files 40 | *.dSYM/ 41 | *.su 42 | *.idb 43 | *.pdb 44 | 45 | # Kernel Module Compile Results 46 | *.mod* 47 | *.cmd 48 | .tmp_versions/ 49 | modules.order 50 | Module.symvers 51 | Mkfile.old 52 | dkms.conf 53 | --------------------------------------------------------------------------------