From c1dc0a1745ca8959fc4ce61ce026e2a83984c13e Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 28 Sep 2008 10:13:11 +0000 Subject: Flatten the dist tree. --- utils.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 utils.h (limited to 'utils.h') 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(); -- cgit v1.2.3