2 ** Copyright 2001, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
10 int main(int argc
, char **argv
)
19 err
= fread(&c
, sizeof(c
), 1, infp
);
23 if((column
% NUM_COLUMNS
) == 0) {
34 printf("0x%02x", ((int)c
) & 0xff);