Last change
on this file was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
247 bytes
|
Rev | Line | |
---|
[c5c522c] | 1 | #ifndef CHRONO_H |
---|
| 2 | #define CHRONO_H |
---|
| 3 | |
---|
| 4 | int chrono_init(); |
---|
| 5 | int chrono_close(); |
---|
| 6 | |
---|
| 7 | int clock_screen(int rep, int display); |
---|
| 8 | int uptime_screen(int rep, int display); |
---|
| 9 | int time_screen(int rep, int display); |
---|
| 10 | int big_clock_screen(int rep, int display); |
---|
| 11 | |
---|
| 12 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.