Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
14
cde/programs/dthelp/parser/canon1/parser/setopt.c
Normal file
14
cde/programs/dthelp/parser/canon1/parser/setopt.c
Normal file
@@ -0,0 +1,14 @@
|
||||
/* $XConsortium: setopt.c /main/3 1995/11/08 09:42:58 rswiston $ */
|
||||
/*
|
||||
Copyright 1988, 1989 Hewlett-Packard Co.
|
||||
*/
|
||||
|
||||
#include "userinc.h"
|
||||
#include "globdec.h"
|
||||
|
||||
|
||||
/* Set program options */
|
||||
void m_setoptions(M_NOPAR)
|
||||
{
|
||||
if (m_argc > 1) m_optstring(m_argv[1]) ;
|
||||
}
|
||||
Reference in New Issue
Block a user