2 * Copyright (C) 1994-1999, Index Data
4 * Sebastian Hammer, Adam Dickmeiss
7 * Revision 1.4 1999-02-02 14:50:09 adam
8 * Updated WIN32 code specific sections. Changed header.
10 * Revision 1.3 1997/10/27 14:27:13 adam
13 * Revision 1.2 1996/05/14 11:33:41 adam
14 * MEMDEBUG turned off by default.
16 * Revision 1.1 1994/09/26 10:16:54 adam
17 * First version of dfa module in alex. This version uses yacc to parse
18 * regular expressions. This should be hand-made instead.
22 void *imalloc (size_t);
23 void *icalloc (size_t);
30 extern long max_alloc;
31 extern int alloc_calls;
32 extern int free_calls;