procps/proc/whattime.h

14 lines
205 B
C
Raw Normal View History

2002-12-09 12:30:07 +05:30
#ifndef PROC_WHATTIME_H
#define PROC_WHATTIME_H
2002-02-02 04:17:29 +05:30
#include <proc/procps.h>
2002-12-09 12:30:07 +05:30
__BEGIN_DECLS
2002-02-02 04:17:29 +05:30
extern void print_uptime(int human_readable);
extern char *sprint_uptime(int human_readable);
2002-02-02 04:17:29 +05:30
__END_DECLS
2002-12-09 12:30:07 +05:30
2002-02-02 04:17:29 +05:30
#endif