introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
This commit is contained in:
@@ -147,7 +147,7 @@ main(int argc, char **argv)
|
||||
printf(" (random)\n");
|
||||
break;
|
||||
default:
|
||||
puts("");
|
||||
bb_putchar('\n');
|
||||
}
|
||||
if (type != 1) {
|
||||
printf("Warning: not a time-based UUID, so UUID time "
|
||||
|
Reference in New Issue
Block a user