Artifact 0555a1490f5784bffcae73ebced49b513025159041cfc50a7e257370fed0574f:
- Executable file
r36/cslbase/timeout.c
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 542) [annotate] [blame] [check-ins using] [more...]
/* timeout.c Copyright (C) 1997 Codemist Ltd */ /* * Support code for demo version locking, invoked (generally) as a result * of macros defined in "timeout.h". If TIMEOUT is not defined this module * will have no contents. */ /* Signature: 049097bf 31-May-1997 */ #include <stdarg.h> #include <string.h> #include <ctype.h> #include "machine.h" #include "tags.h" #include "cslerror.h" #include "externs.h" #include "arith.h" #include "entries.h" #ifdef TIMEOUT #include "timeout.h" #endif /* end of timeout.c */