Mercurial > ~dholland > hg > ag > index.cgi
comparison anagram/agcore/engdef.h @ 0:13d2b8934445
Import AnaGram (near-)release tree into Mercurial.
author | David A. Holland |
---|---|
date | Sat, 22 Dec 2007 17:52:45 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:13d2b8934445 |
---|---|
1 /* | |
2 * AnaGram, A System for Syntax Directed Programming | |
3 * Copyright 2006 David A. Holland. All Rights Reserved. | |
4 * See the file COPYING for license and usage terms. | |
5 * | |
6 * engdef.h - engine definition file (formerly "cgbi") | |
7 */ | |
8 | |
9 #ifndef ENGDEF_H | |
10 #define ENGDEF_H | |
11 | |
12 void engdef_init(void); | |
13 const char *engdef_get(const char *name); | |
14 | |
15 #endif /* ENGDEF_H */ |