gint-with-thread/src/std
Lephe 41294ec0a4
printf: fix %% doubling down as a format specifier
When parsing a %% format, the second % character was mistakenly not
skipped over after emitting a '%' output; this resulted in it being
treated as a format specifier. For instance,

  printf("%%d", 12);

would print "%12".
2020-06-14 08:15:00 +02:00
..
tinymt32 libc: add random number generation with TinyMT 2020-05-31 17:03:14 +02:00
memory.c core, tmu: add gint_switch(), return to menu, and improve timer code 2020-05-10 14:03:41 +02:00
stdio.c printf: fix %% doubling down as a format specifier 2020-06-14 08:15:00 +02:00
string.c small improvements 2019-09-19 15:59:38 +02:00