/*------------------------------------------------------------*/ /* Project Allen Number (1994 ) */ /* --------------------------------- */ /* */ /* Author : Marie Aimar */ /* Medical Computer Laboratory */ /* University of Bordeaux II */ /* */ /* File : treatment.h */ /* */ /*------------------------------------------------------------*/ #ifndef INCLUDE_TREATMENT #define INCLUDE_TREATMENT extern float simula(); #endif