procps/proc/whattime.h

14 lines
174 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
2002-12-09 12:30:07 +05:30
#include "procps.h"
EXTERN_C_BEGIN
2002-02-02 04:17:29 +05:30
extern void print_uptime(void);
extern char *sprint_uptime(void);
2002-12-09 12:30:07 +05:30
EXTERN_C_END
2002-02-02 04:17:29 +05:30
#endif