home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1938 / pmceot.c < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-28  |  112 b   |  10 lines

  1. #include "pmckpt.h"
  2.  
  3. static char ckpt_eot; /* uninitialized */
  4.  
  5. void ckpt_set(s)
  6. char **s;
  7. {
  8.  *s = &ckpt_eot;
  9. }
  10.