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

Diff for /src/usr.bin/top/utils.h between version 1.1 and 1.2

version 1.1, 1997/08/14 14:00:28 version 1.2, 1997/08/22 07:16:32
Line 13 
Line 13 
   
 /* prototypes for functions found in utils.c */  /* prototypes for functions found in utils.c */
   
 int atoiwi();  int atoiwi __P((char *));
 char *itoa();  char *itoa __P((int));
 char *itoa7();  char *itoa7 __P((int));
 int digits();  int digits __P((int));
 char *strecpy();  char *strecpy __P((char *, char *));
 char **argparse();  int string_index __P((char *, char **));
 long percentages();  char **argparse __P((char *, int *));
 char *errmsg();  int percentages __P((int, int *, int *, int *, int *));
 char *format_time();  char *format_time __P((time_t));
 char *format_k();  char *format_k __P((int));

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2