]> Kevux Git Server - fll/commit
Update: cleanup f_print and add f_print_to* functions.
authorKevin Day <thekevinday@gmail.com>
Sat, 19 Sep 2020 16:58:04 +0000 (11:58 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 19 Sep 2020 16:58:04 +0000 (11:58 -0500)
commit526b92a6294bc3453fb3998bb45285b4a7e9f357
tree8e5b3967b14fbe8334123f854e55a28b2d4d2bbf
parente33a05da6202d181d417fcf90389e37043c6bddd
Update: cleanup f_print and add f_print_to* functions.

Move shared/duplicated code into a private function.

Add the f_print_to* functions to allow for printing to a file descriptor, similar to dprintf().
build/level_0/settings
build/monolithic/settings
level_0/f_print/c/print.c
level_0/f_print/c/print.h
level_0/f_print/c/private-print.c [new file with mode: 0644]
level_0/f_print/c/private-print.h [new file with mode: 0644]
level_0/f_print/data/build/settings