/*
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 (this file)
*/

#include "team.h"

int sub_b (int arg) {
	int ir;
	printf(">team_b / sub_b(%d)\n",arg);
	ir=888;
	printf(">team_b / sub_b: returning %d\n",ir);
	return ir;
}

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

    Source: geocities.com/pstrainer/entwicklung/c

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