home *** CD-ROM | disk | FTP | other *** search
- /* (C) C.D.F. Miller, Heriot-Watt University, March 1984
- *
- * Permission is hereby given to reproduce or modify this
- * software freely, provided that this notice be retained,
- * and that no use be made of the software for commercial
- * purposes without the express written permission of the
- * author.
- */
-
- #include <stdio.h>
- #include <types.h>
- #include <ftypes.h>
-
- #define STDFORM "%1.%1.%1.%1.%1.%1.%1.%1.%1.%1.%1.%1.%1.%1.%1.%1.%1.%1.%1.%1"
-
- #define MAGIC1 '\01'
- #define MAGIC2 '\02'
- #define M_FILE 'F'
- #define M_DELIM 'D'
-