/*
Projekt TEAM

Demo project for a small team

Version 1.0 / 2002.02.01
Autor: pstrainer@gmx.net

The project consists of 3 parts, each of which can
be developed and tested individually: 
-> team_main
-> team_a
-> team_b
*/

#ifndef TEAM001__H  // prevent multiple loading of this file
#define TEAM001__H

#include 
#include 

// functions of team_a:
extern int sub_a(int,int);

// functions of team_b:
extern int sub_b(int);

// functions of team_z:
extern void print_header (char *);
extern void print_trailer (void);

#endif  /* TEAM001__H */ 

/* ========== eof ========== */

    Source: geocities.com/pstrainer/entwicklung/c

               ( geocities.com/pstrainer/entwicklung)                   ( geocities.com/pstrainer)