[BACK]Return to utils.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / top

Annotation of src/usr.bin/top/utils.h, Revision 1.1

1.1     ! downsj      1: /*     $OpenBSD$       */
        !             2:
        !             3: /*
        !             4:  *  Top users/processes display for Unix
        !             5:  *  Version 3
        !             6:  *
        !             7:  *  This program may be freely redistributed,
        !             8:  *  but this entire comment MUST remain intact.
        !             9:  *
        !            10:  *  Copyright (c) 1984, 1989, William LeFebvre, Rice University
        !            11:  *  Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University
        !            12:  */
        !            13:
        !            14: /* prototypes for functions found in utils.c */
        !            15:
        !            16: int atoiwi();
        !            17: char *itoa();
        !            18: char *itoa7();
        !            19: int digits();
        !            20: char *strecpy();
        !            21: char **argparse();
        !            22: long percentages();
        !            23: char *errmsg();
        !            24: char *format_time();
        !            25: char *format_k();