Split out main() into its own file

This leaves the actual pes-reading code in pes.c, and puts the
conversion logic in main.c.

I should add some argument parsing code so that it can specify
exactly what/how to convert things.
4 files changed
tree: f3d03ebe5bfbb251f406c2f42164a3fdb673123c
  1. .gitignore
  2. cairo.c
  3. main.c
  4. Makefile
  5. pes.c
  6. pes.h
  7. png.c
  8. svg.c