This commit is contained in:
seta75D
2021-10-11 19:38:01 -03:00
commit 7c4988eac0
12567 changed files with 3198619 additions and 0 deletions

28
cmd/format/menu_developer.h Executable file
View File

@@ -0,0 +1,28 @@
/*
* Copyright (c) 1993 by Sun Microsystems, Inc.
*/
#ifndef _MENU_DEVELOPER_H
#define _MENU_DEVELOPER_H
#pragma ident "@(#)menu_developer.h 1.2 94/01/24 SMI"
#ifdef __cplusplus
extern "C" {
#endif
/*
* Prototypes for ANSI
*/
int c_developer(void);
int dv_disk(void);
int dv_cont(void);
int dv_cont_chain(void);
int dv_params(void);
#ifdef __cplusplus
}
#endif
#endif /* _MENU_DEVELOPER_H */