top: use the type size_t more consistently for inspect

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner
2012-11-28 00:00:00 -06:00
committed by Craig Small
parent 705d1b28cd
commit d2c84c6e13
3 changed files with 9 additions and 9 deletions

View File

@ -609,7 +609,7 @@ typedef struct WIN_t {
//atic int chin (int ech, char *buf, unsigned cnt);
//atic int keyin (int init);
//atic char *linein (const char *prompt);
//atic int readfile (FILE *fp, char **baddr, unsigned *bsize, unsigned *bread);
//atic int readfile (FILE *fp, char **baddr, size_t *bsize, size_t *bread);
/*------ Small Utility routines ----------------------------------------*/
//atic float get_float (const char *prompt);
//atic int get_int (const char *prompt);