version 1.4.35b
[polyglot.git] / epd.h
1 \r
2 // epd.h\r
3 \r
4 #ifndef EPD_H\r
5 #define EPD_H\r
6 \r
7 // includes\r
8 \r
9 #include "util.h"\r
10 \r
11 // functions\r
12 \r
13 extern void epd_test   (int argc, char * argv[]);\r
14 \r
15 extern bool epd_get_op (const char record[], const char opcode[], char string[], int size);\r
16 \r
17 #endif // !defined EPD_H\r
18 \r
19 // end of epd.h\r
20 \r