File: whattime.h

package info (click to toggle)
grmonitor 0.81-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,548 kB
  • ctags: 1,767
  • sloc: ansic: 12,658; python: 186; makefile: 175
file content (9 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
/* whattime.h --- see whattime.c for explanation */

#ifndef __WHATTIME_H
#define __WHATTIME_H

void print_uptime(void);
char *sprint_uptime(void);

#endif