Added ratio numbers

(but some arithmetic is now broken)
This commit is contained in:
Simon Brooke 2018-12-23 20:02:00 +00:00
parent ea1d4ce7ed
commit 4c9fdfc3db
11 changed files with 176 additions and 31 deletions

View file

@ -0,0 +1,9 @@
#include <stdint.h>
#include <stdio.h>
int main( int argc, char *argv[] ) {
for (int i = 1; i < argc; i++) {
printf( "%4.4s:\t%u\n", argv[i], (uint32_t)*argv[i]);
}
}

BIN
utils_src/tagvalcalc/tvc Executable file

Binary file not shown.