Deleted Added
full compact
utils.h (24140) utils.h (24142)
1/*
2 * Top users/processes display for Unix
3 * Version 3
4 *
5 * This program may be freely redistributed,
6 * but this entire comment MUST remain intact.
7 *
8 * Copyright (c) 1984, 1989, William LeFebvre, Rice University

--- 7 unchanged lines hidden (view full) ---

16char *itoa7();
17int digits();
18char *strecpy();
19char **argparse();
20long percentages();
21char *errmsg();
22char *format_time();
23char *format_k();
1/*
2 * Top users/processes display for Unix
3 * Version 3
4 *
5 * This program may be freely redistributed,
6 * but this entire comment MUST remain intact.
7 *
8 * Copyright (c) 1984, 1989, William LeFebvre, Rice University

--- 7 unchanged lines hidden (view full) ---

16char *itoa7();
17int digits();
18char *strecpy();
19char **argparse();
20long percentages();
21char *errmsg();
22char *format_time();
23char *format_k();
24char *format_k2();