Add xterm-256color as a valid terminal.
[eco.git] / time.h
blobc8c1a89de752eba958611eeb30a86db0865e0c08
1 /*
2 * Copyright (C) 2009 Diego Hernan Borghetti.
3 * Eco
4 */
6 #ifndef _ECO_TIME_H
7 #define _ECO_TIME_H
9 double e_time_get(void);
10 void e_sleep_ms(int ms);
12 #endif /* _ECO_TIME_H */