Files
Arquivotheca.Solaris-2.5/cmd/format/menu_developer.h
seta75D 7c4988eac0 Init
2021-10-11 19:38:01 -03:00

29 lines
403 B
C
Executable File

/*
* 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 */