file: average.h

/* * average.h - Header file for routines related to the average * brush operation. */ #ifndef _DATA_TEXT_H //OVERLOAD CALL: _DATA_TEXT_H: average.h(?), data_text.h(?) #define _DATA_TEXT_H /* public functions */ void AverageUpdate(void); int ComputeAverage(int, double *); #endif /* _DATA_TEXT_H */ //OVERLOAD CALL: _DATA_TEXT_H: average.h(?), data_text.h(?)


Back to Source File Index


C++ to HTML Conversion by ctoohtml