Changeset b889a64 in mainline
- Timestamp:
- 2024-08-22T12:58:55Z (3 months ago)
- Branches:
- master
- Children:
- c06bd5e
- Parents:
- 5b110a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/printf/printf_core.c
r5b110a9 rb889a64 504 504 switch (base) { 505 505 case 2: 506 /* Binary formating is not standard, but useful l*/506 /* Binary formating is not standard, but useful */ 507 507 if (printf_putchar('0', ps) == 1) 508 508 counter++;
Note:
See TracChangeset
for help on using the changeset viewer.