procps/proc/whattime.h

10 lines
170 B
C
Raw Normal View History

2002-02-02 04:17:29 +05:30
/* whattime.h --- see whattime.c for explanation */
#ifndef __WHATTIME_H
#define __WHATTIME_H
extern void print_uptime(void);
extern char *sprint_uptime(void);
#endif