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

37 lines
552 B
C
Executable File

/*
* Copyright (c) 1993 by Sun Microsystems, Inc.
*/
#if ! defined(_HEADER_H)
#define _HEADER_H
#pragma ident "@(#)prototype.h 1.1 93/12/09 SMI"
/*
* Block comment which describes the contents of this file.
*/
#if defined(__cplusplus)
extern "C" {
#endif /* defined(__cplusplus) */
#include <includes.h>
#define MACROS values
struct tag {
type_t member;
};
typedef predefined_types new_types;
type_t global_variables;
void functions(void);
#if defined(__cplusplus)
}
#endif /* defined(__cplusplus) */
#endif /* ! defined(_HEADER_H) */