1: # include   "ctlmod.h"
   2: # include   <sccs.h>
   3: 
   4: SCCSID(@(#)cm_close.c	8.1	12/31/84)
   5: 
   6: /*
   7: **  CM_CLOSE -- close the parser write pipe
   8: **
   9: **	This routine is a Kludge for use by the tty monitor only.
  10: **	It is here because of the difficulty of getting at the
  11: **	Cm struct from another directory.
  12: */
  13: 
  14: cm_close()
  15: {
  16:     close(Cm.cm_proc[1].pr_file);
  17: }

Defined functions

cm_close defined in line 4; never used
Last modified: 1986-04-17
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 762
Valid CSS Valid XHTML 1.0 Strict