//-*- mode: c++; indent-tabs-mode: t; coding: utf-8; show-trailing-whitespace: t -*- // file lab29.hpp.hpp #ifndef _LAB29_HPP #define _LAB29_HPP #include #include #include #include #include #include #include #include #include #include namespace com29 { // Variables. extern int nLimInc; extern int nIOFArr; extern int nVar; extern int nKey; extern int nMaxo29; // extern double nPer; extern double nXmean1; extern double nXVar1; extern double nStDev1; extern double nVMax; // subroutine guts29. void guts29(std::string &, \ std::vector &, \ std::vector &, \ int &, \ int &, \ double &, \ std::vector &, \ std::vector &, \ std::vector &); #endif // _LAB29_HPP // end of file lab29.hpp