comparison anagram/agcore/sums-defs.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 1993-1999 Parsifal Software. All Rights Reserved.
4 * Copyright 2006 David A. Holland. All Rights Reserved.
5 * See the file COPYING for license and usage terms.
6 *
7 * sums-defs.h - interface to sums.syn
8 */
9
10 #ifndef SUMS_DEFS_H
11 #define SUMS_DEFS_H
12
13 /* this is here so it can be found by checksum.c */
14 #define PADBYTE 0xae
15
16 const char *checksums_ok(void);
17
18 #endif /* SUMS_DEFS_H */