Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
14
cde/programs/dtterm/dtterm_main.c
Normal file
14
cde/programs/dtterm/dtterm_main.c
Normal file
@@ -0,0 +1,14 @@
|
||||
/* $XConsortium: dtterm_main.c /main/3 1995/10/31 11:19:36 rswiston $ */
|
||||
/* *
|
||||
* (c) Copyright 1993, 1994 Hewlett-Packard Company *
|
||||
* (c) Copyright 1993, 1994 International Business Machines Corp. *
|
||||
* (c) Copyright 1993, 1994 Sun Microsystems, Inc. *
|
||||
* (c) Copyright 1993, 1994 Novell, Inc. *
|
||||
*/
|
||||
|
||||
dtterm(argc,argv)
|
||||
int argc;
|
||||
char *argv[];
|
||||
{
|
||||
main(argc,argv);
|
||||
}
|
||||
Reference in New Issue
Block a user