Sunday, January 23, 2011

Tiny C File Children

header files:
tcc
  - coff.h
  - elf.h
  - i386-asm.h
  - il-opcodes.h
  - libtcc.h
  - stab.h
  - tcc.h
  - tcctok.h

c files:
  - arm-gen.c
  - c67-gen.c
  - i386-asm.c
  - i386-gen.c
  - il-gen.c
  - libtcc.c
  - tcc.c       // application files
  - tccasm.c
  - tcccoff.c
  - tccelf.c
  - tccgen.c
  - tccpe.c
  - tccpp.c
  - x86_64-gen.c

other files:
  - .cvsegnore
  - stab.def
  - Changelog
  - configure
  - COPYING
  - Makefile
  - README
  - TODO
  - VERSION
  - tcc-doc.html
  - texi2pol.pl
  - tcc-doc.texit
    

No comments:

Post a Comment