]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/top/utils.h
top(1): const poison
[FreeBSD/FreeBSD.git] / usr.bin / top / utils.h
1 /*
2  * $FreeBSD$
3  *
4  *  Top users/processes display for Unix
5  *
6  *  This program may be freely redistributed,
7  *  but this entire comment MUST remain intact.
8  *
9  *  Copyright (c) 1984, 1989, William LeFebvre, Rice University
10  *  Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University
11  */
12
13 int atoiwi(const char *);
14 char *itoa(unsigned int);
15 char *itoa7(unsigned int);
16 int digits(int);
17 char *strecpy(char *, const char *);
18 char **argparse(char *, int *);
19 long percentages(int, int *, long *, long *, long *);
20 char *format_time(long);
21 char *format_k(int);
22 char *format_k2(unsigned long long);
23 int string_index(const char *string, char *array[]);
24