home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Utilities / top-0.5-MI / utils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-03  |  522 b   |  24 lines

  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.  
  14. int atoiwi();
  15. char *itoa();
  16. char *itoa7();
  17. int digits();
  18. char *strecpy();
  19. char **argparse();
  20. long percentages();
  21. char *errmsg();
  22. char *format_time();
  23. char *format_k();
  24.