Commit Graph

16 Commits

Author SHA1 Message Date
Alex Kotov 0765cd04e6
Async cmdline (#104) 2022-06-28 02:13:40 +03:00
Alex Kotov b5eb326392
Main: include/kernaux/file.h: Added 2022-06-07 20:48:58 +03:00
Alex Kotov aa6077b88c
Main: include/kernaux/print.h: Functions "[v]printf" renamed to "[v]fprintf" 2022-06-07 19:24:11 +03:00
Alex Kotov fc01ec69ac
Main: include/kernaux/printf_fmt.h: Auxiliary API moved to a separate module 2022-05-27 01:15:59 +03:00
Alex Kotov 21f6a24d34
Main: include/kernaux/printf.h: Add auxiliary API 2022-05-25 03:39:57 +03:00
Alex Kotov 08e3e7c0de Remove comment
I hope no one really needs license and copyright in header file? The API
belongs to C standard with my additions anyway, so there is actually no
original work from the author, maybe except documentation.
2022-01-20 03:59:10 +05:00
Alex Kotov 1a0c46b03d Reorder code 2022-01-20 03:59:10 +05:00
Alex Kotov 8eae115cbd Rename funcs 2022-01-20 03:59:10 +05:00
Alex Kotov 000c26c7d7 Rewrite printf to always use callbacks 2022-01-20 03:59:10 +05:00
Alex Kotov 76a711840f Organize code 2022-01-20 03:59:10 +05:00
Alex Kotov 69395effdb Remove trailing spaces 2022-01-20 03:59:10 +05:00
Alex Kotov 098ae37852 Add code 2022-01-20 03:59:10 +05:00
Alex Kotov 6ed5ca807f
Remove unnecessary macro code 2021-12-20 11:17:57 +05:00
Alex Kotov 43bad38beb
Reorder "extern C" statements 2021-12-14 01:46:58 +05:00
Alex Kotov e7d355f950
Add tests to "kernaux_printf" 2020-12-07 03:15:56 +05:00
Alex Kotov ceff5cf197
Add function "kernaux_printf" 2020-12-07 02:40:27 +05:00