Files
libgtop/libproc/whattime.h
1998-07-18 16:15:56 +00:00

10 lines
156 B
C

/* whattime.h --- see whattime.c for explanation */
#ifndef __WHATTIME_H
#define __WHATTIME_H
void print_uptime(void);
char *sprint_uptime(void);
#endif