ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/include/dictionary.h
(Generate patch)

Comparing ermyth/include/dictionary.h (file contents):
Revision 1.1 by pippijn, Thu Jul 19 08:24:50 2007 UTC vs.
Revision 1.2 by pippijn, Sat Jul 21 01:29:07 2007 UTC

1/* 1/*
2 * Copyright © 2006 William Pitcock <nenolod -at- nenolod.net> 2 * Copyright © 2006 William Pitcock <nenolod -at- nenolod.net>
3 * Rights to this code are as defined in doc/LICENSE. 3 * Rights to this code are as defined in doc/pod/license.pod.
4 * 4 *
5 * A simple dictionary tree implementation. 5 * A simple dictionary tree implementation.
6 * See Knuth ACP, volume 1 for a more detailed explanation. 6 * See Knuth ACP, volume 1 for a more detailed explanation.
7 * 7 *
8 * $Id: dictionary.h,v 1.1 2007/07/19 08:24:50 pippijn Exp $ 8 * $Id: dictionary.h,v 1.2 2007/07/21 01:29:07 pippijn Exp $
9 */ 9 */
10 10
11#ifndef _DICTIONARY_H 11#ifndef _DICTIONARY_H
12#define _DICTIONARY_H 12#define _DICTIONARY_H
13 13

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines