summaryrefslogtreecommitdiff
path: root/src/epd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/epd.c')
-rw-r--r--src/epd.c29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/epd.c b/src/epd.c
new file mode 100644
index 0000000..b63c872
--- /dev/null
+++ b/src/epd.c
@@ -0,0 +1,29 @@
+/**
+
+Copyright (c) Scott Gasch
+
+Module Name:
+
+ epd.c
+
+Abstract:
+
+Author:
+
+ Scott Gasch ([email protected]) 26 Aug 2004
+
+Revision History:
+
+ $Id: epd.c 345 2007-12-02 22:56:42Z scott $
+
+**/
+
+#include "chess.h"
+
+FLAG
+ParseEPDLine(char *szEpd)
+{
+ char *szFen = FindChunk(szEpd, 1);
+
+
+}