NetBSD/usr.bin/top/commands.h

13 lines
412 B
C
Raw Normal View History

1999-03-24 14:57:48 +03:00
void show_help __P((struct statics *));
char *next_field __P((char *));
int scanint __P((char *, int *));
char *err_string __P((void));
int str_adderr __P((char *, int, int));
int str_addarg __P((char *, int, char *, int));
struct errs;
int err_compar __P((const void *, const void *));
int error_count __P((void));
void show_errors __P((void));
char *kill_procs __P((char *));
char *renice_procs __P((char *));