source: trunk/third/top/utils.h @ 9084

Revision 9084, 522 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9083, which included commits to RCS files with non-trunk default branches.
Line 
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
9 *  Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University
10 */
11
12/* prototypes for functions found in utils.c */
13
14int atoiwi();
15char *itoa();
16char *itoa7();
17int digits();
18char *strecpy();
19char **argparse();
20long percentages();
21char *errmsg();
22char *format_time();
23char *format_k();
Note: See TracBrowser for help on using the repository browser.