Isolate the core anagram management functions.
authorPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 22 Jun 2010 21:41:57 +0000 (22:41 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 22 Jun 2010 21:41:57 +0000 (22:41 +0100)
commit08c45b479b76bf1dd22d8a70ed9c1cb8e67faf45
tree7039a8dd79b9a53b8454620129359abda32e7545
parent0ad00d1209808484c1fbbd7fcadc7357ed48ae1e
Isolate the core anagram management functions.
This patch moves the anagram manipulation functions into a separate file
for testing and validation without needing SDL.
Also clean a few warnings noted by MSVC6.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Makefile.vc
src/ag.c
src/ag_core.c [new file with mode: 0644]
src/ag_test.c
src/dlb.c
src/linked.c
src/unittest.h