diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-09-28 10:13:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-09-28 10:13:11 +0000 |
commit | c1dc0a1745ca8959fc4ce61ce026e2a83984c13e (patch) | |
tree | 786fa1fbb17c69aa06408624ed3ee94be63be396 /utils.h | |
parent | 3e0c556084482bdb8cc32d03a1b57ecd45eb8947 (diff) | |
download | src-c1dc0a1745ca8959fc4ce61ce026e2a83984c13e.tar.gz src-c1dc0a1745ca8959fc4ce61ce026e2a83984c13e.zip |
Flatten the dist tree.
Notes
Notes:
svn path=/vendor/top/dist/; revision=183432
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/utils.h b/utils.h new file mode 100644 index 000000000000..628a0be5668e --- /dev/null +++ b/utils.h @@ -0,0 +1,23 @@ +/* + * Top users/processes display for Unix + * Version 3 + * + * This program may be freely redistributed, + * but this entire comment MUST remain intact. + * + * Copyright (c) 1984, 1989, William LeFebvre, Rice University + * Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University + */ + +/* prototypes for functions found in utils.c */ + +int atoiwi(); +char *itoa(); +char *itoa7(); +int digits(); +char *strecpy(); +char **argparse(); +long percentages(); +char *errmsg(); +char *format_time(); +char *format_k(); |