]> git.cworth.org Git - mnemon/commit
Break mnemon up into a main program and a mnemon "library"
authorCarl Worth <cworth@cworth.org>
Mon, 26 Sep 2011 02:53:02 +0000 (19:53 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 26 Sep 2011 03:30:30 +0000 (20:30 -0700)
commite213a74c688dc475578348ac5e0e438055d11311
treee65db18518c6939ece1763956132f5276bb12f84
parentf525171a603949f03a26727416556ebc69fed0b3
Break mnemon up into a main program and a mnemon "library"

This is in preparation for other programs to start sharing the mnemon
code, (likely as a git submodule, so we don't actually build the code
as an actual library).
Makefile
main.c [new file with mode: 0644]
mnemon.c
mnemon.h [new file with mode: 0644]