simple menu: break off execute() into its own source file
authorH. Peter Anvin <hpa@zytor.com>
Mon, 3 Mar 2008 06:20:08 +0000 (22:20 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 3 Mar 2008 06:20:08 +0000 (22:20 -0800)
commit763bb1f82a4519bdf240fd5d43f7e776c0d5206f
treee9c71e85dcb864e99b41e8081c19ce5555875309
parente8004fc8eec23ad151fda3664f7abac1a7391373
simple menu: break off execute() into its own source file

Break off execute() into its own source file, with the intent of being
able to re-use it for a CLI module.
com32/menu/Makefile
com32/menu/execute.c [new file with mode: 0644]
com32/menu/menu.h
com32/menu/menumain.c