home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume6 / lbl / hdr / lbl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-11-30  |  528 b   |  20 lines

  1. /* (C) C.D.F. Miller, Heriot-Watt University, March 1984
  2.  *
  3.  *    Permission is hereby given to reproduce or modify this
  4.  *    software freely, provided that this notice be retained,
  5.  *    and that no use be made of the software for commercial
  6.  *    purposes without the express written permission of the
  7.  *    author.
  8.  */
  9.  
  10. #include    <stdio.h>
  11. #include    <types.h>
  12. #include    <ftypes.h>
  13.  
  14. #define    STDFORM    "%1.%1.%1.%1.%1.%1.%1.%1.%1.%1.%1.%1.%1.%1.%1.%1.%1.%1.%1.%1"
  15.  
  16. #define    MAGIC1    '\01'
  17. #define MAGIC2    '\02'
  18. #define M_FILE    'F'
  19. #define M_DELIM    'D'
  20.