From 8848e233342657388ccb41fb4f2d5890bc942e05 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 26 Apr 2014 12:37:16 -0400 Subject: fdprintf: mention dprintf This had been sitting on my laptop for a while --- public/fd_printf.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/fd_printf.md b/public/fd_printf.md index 8a8a176..85ebde4 100644 --- a/public/fd_printf.md +++ b/public/fd_printf.md @@ -1,10 +1,17 @@ -`fd_printf`: print formatted text directly to a file descriptor +`dprintf`: print formatted text directly to a file descriptor =============================================================== --- date: "2013-10-12" license: WTFPL-2 --- +This already existed as `dprintf(3)`. I now feel stupid for having +Implemented `fd_printf`. + +The original post is as follows: + +---- + I wrote this while debugging some code, and thought it might be useful to others: -- cgit v1.2.3