From b18347ffc9db9641e215995edea1c04c363b2bdf Mon Sep 17 00:00:00 2001 From: Angelo Rossi Date: Wed, 21 Jun 2023 12:04:16 +0000 Subject: Initial commit. --- includes/time.hpp | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 includes/time.hpp (limited to 'includes/time.hpp') diff --git a/includes/time.hpp b/includes/time.hpp new file mode 100644 index 0000000..783d043 --- /dev/null +++ b/includes/time.hpp @@ -0,0 +1,33 @@ +//-*- mode: c++; indent-tabs-mode: t; coding: utf-8; show-trailing-whitespace: t -*- + +// file time.hpp + +#ifndef _TIME_HPP +#define _TIME_HPP + +#include +#include +#include +#include +#include + +#include "utilities.hpp" +#include "dekspy.hpp" + +namespace date_time { + + extern std::clock_t nCPUTime; + + // Functions. + + bool date44(std::string *); + bool time44(std::string *); + void settym(void); + void runtym(double &, double &); + void tdelay(int &); + +} + +#endif // _TIME_HPP + +// end of file time.hpp -- cgit v1.2.3