gitextract_179s49fo/ ├── .gitignore ├── Makefile ├── README.md ├── addin/ │ ├── Makefile │ ├── lpl.cnf │ └── modern.pl ├── attr.c ├── attr.h ├── bundle.c ├── bundle.h ├── cgadraw/ │ ├── COPYING │ ├── Makefile │ ├── README.md │ ├── attr.c │ ├── box.c │ ├── caca.h │ ├── cacaint.h │ ├── cacastub.h │ ├── cacatyp.h │ ├── canvas.c │ ├── cgadraw.c │ ├── charset.c │ ├── codec.h │ ├── config.h │ ├── conic.c │ ├── drawtest.c │ ├── frame.c │ ├── line.c │ ├── snprintf.c │ ├── snprintf.h │ ├── string.c │ ├── transfrm.c │ └── triangle.c ├── config.h ├── debug/ │ ├── CGAF25CC.VBD │ ├── CGAF25CC.cmarkers │ ├── CGAF25CC.names │ ├── Makefile │ ├── exports.inc │ ├── l13vcgad.asm │ ├── logcalls.c │ └── logcbs.c ├── debug.c ├── debug.h ├── draw.c ├── draw.h ├── idatypes.h ├── l13vdemu.asm ├── l13vdemu.def ├── lmbcs.c ├── lmbcs.h ├── lotcalls.h ├── lotdemu.c ├── lottypes.h ├── raster.c ├── raster.h ├── snprintf.c └── snprintf.h