procps/proc/whattime.h

14 lines
174 B
C
Raw Normal View History

2002-12-09 07:00:07 +00:00
#ifndef PROC_WHATTIME_H
#define PROC_WHATTIME_H
2002-02-01 22:47:29 +00:00
2002-12-09 07:00:07 +00:00
#include "procps.h"
EXTERN_C_BEGIN
2002-02-01 22:47:29 +00:00
extern void print_uptime(void);
extern char *sprint_uptime(void);
2002-12-09 07:00:07 +00:00
EXTERN_C_END
2002-02-01 22:47:29 +00:00
#endif