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