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

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)
{
}