mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-02 16:31:31 +00:00
char2hex: whitespace cleanup
This commit is contained in:
parent
2f482f68aa
commit
1e90deb41c
@ -3,15 +3,14 @@
|
||||
#include "version.h"
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
|
||||
int input;
|
||||
|
||||
while(1) {
|
||||
|
||||
input=fgetc(stdin);
|
||||
if (input==EOF) break;
|
||||
printf("$%02X,",input|0x80);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
int input;
|
||||
|
||||
while(1) {
|
||||
input=fgetc(stdin);
|
||||
if (input==EOF) break;
|
||||
printf("$%02X,",input|0x80);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user