5edced7c263a640d95a711039becdd109689d684
[oweals/cde.git] / cde / programs / dthelp / parser.ccdf / htag / parser / openfrst.c
1 /* $XConsortium: openfrst.c /main/3 1995/11/08 11:26:10 rswiston $ */
2 /* Copyright 1988, 1989 Hewlett-Packard Co. */
3
4 /* Default open SYSTEM entity procedure */
5
6 #include "userinc.h"
7 #include "globdec.h"
8
9 void *m_openfirst(M_NOPAR)
10   {
11     return((void *) stdin) ;
12     }
13
14