Initial import of the CDE 2.1.30 sources from the Open Group.

This commit is contained in:
Peter Howkins
2012-03-10 18:21:40 +00:00
commit 83b6996daa
18978 changed files with 3945623 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
/* $XConsortium: define.h /main/4 1995/11/01 15:51:12 rswiston $ */
/************************************<+>*************************************
****************************************************************************
**
** File: define.h
**
** Project: CDE
**
** Description: Public include file for define.c
**
**
** (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992
** by Hewlett-Packard Company
**
**
**
****************************************************************************
************************************<+>*************************************/
#ifndef _Dtksh_define_h
#define _Dtksh_define_h
extern int do_define(
int argc,
char **argv) ;
extern int fdef(
char *str,
unsigned long *val) ;
extern int do_deflist(
int argc,
char **argv) ;
extern int do_finddef(
int argc,
char **argv) ;
#endif /* _Dtksh_define_h */
/* DON'T ADD ANYTHING AFTER THIS #endif */