index
:
farfetch.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
uptime.h
blob: 12ee66891ab18904d5d2dd0dbe4a07562efd3141 (
plain
)
1
2
3
4
5
6
7
#ifndef UPTIME_H #define UPTIME_H void display_days(); void display_time(); #endif