Lolly 1.4.27
Loading...
Searching...
No Matches
tm_timer.hpp
Go to the documentation of this file.
1
2/******************************************************************************
3 * MODULE : tm_timer.hpp
4 * DESCRIPTION: timers
5 * COPYRIGHT : (C) 1999 Joris van der Hoeven
6 *******************************************************************************
7 * This software falls under the GNU general public license version 3 or later.
8 * It comes WITHOUT ANY WARRANTY WHATSOEVER. For details, see the file LICENSE
9 * in the root directory or <http://www.gnu.org/licenses/gpl-3.0.html>.
10 ******************************************************************************/
11
12#ifndef TIMER_H
13#define TIMER_H
14
15#include <time.h>
16
21
22#endif // defined TIMER_H
The list class represents a linked list.
Definition list.hpp:48
time_t get_usec_time()
Definition tm_timer.cpp:31
time_t texmacs_time()
Definition tm_timer.cpp:47
time_t raw_time()
Definition tm_timer.cpp:38
time_t get_sec_time()
Definition tm_timer.cpp:24