gint/src/std
Lephe 023675d449
improve structure of sources and formatted printer
* Create an `src/3rdparty` folder for third-party code (to add the
  Grisu2B alfogithm soon).
* Split the formatted printer into gint's kprint (src/kprint), its
  extension and interface (include/gint/kprint.h), and its use in the
  standard stdio functions (src/std/print.c).
* Slightly improve the interface of kformat_geometry() to avoid relying
  on knowing format specifiers.
* Add a function to register more formatters, to allow floating-point
  formatters without requiring them.
2021-02-02 18:19:10 +01:00
..
memcmp.s string: optimized memcpy, memcmp, memset; decent memmove 2020-07-04 15:05:28 +02:00
memcpy.s libc: faster memcpy for on-chip memory 2020-07-27 22:47:30 +02:00
memmove.s string: optimized memcpy, memcmp, memset; decent memmove 2020-07-04 15:05:28 +02:00
memset.s libc: faster memset 2020-07-28 17:34:25 +02:00
print.c improve structure of sources and formatted printer 2021-02-02 18:19:10 +01:00
string.c small improvements 2019-09-19 15:59:38 +02:00