28 lines
387 B
C
Executable File
28 lines
387 B
C
Executable File
/*
|
|
* Copyright (c) 1993 by Sun Microsystems, Inc.
|
|
*/
|
|
|
|
#pragma ident "@(#)prototype.c 1.1 93/12/09 SMI"
|
|
|
|
/*
|
|
* Block comment which describes the contents of this file.
|
|
*/
|
|
|
|
#include <includes.h>
|
|
|
|
#define MACROS values
|
|
|
|
struct tag {
|
|
type_t member;
|
|
};
|
|
|
|
typedef predefined_types new_types;
|
|
|
|
type_t global_variables;
|
|
|
|
void function_declarations(void);
|
|
|
|
void function_definitions(void)
|
|
{
|
|
}
|