2 This file is part of libmspframework
3 Copyright © 2006 Mikko Rasa, Mikkosoft Productions
4 Distributed under the LGPL
6 #ifndef MSP_TIME_UTILS_H_
7 #define MSP_TIME_UTILS_H_
15 extern TimeStamp now();
16 extern TimeDelta get_cpu_time();
17 extern int sleep(const TimeDelta &);