added fdprintf()
authorAndrew Tridgell <tridge@samba.org>
Sun, 16 Apr 2000 09:40:02 +0000 (09:40 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 16 Apr 2000 09:40:02 +0000 (09:40 +0000)
commit37c0312def0b0c1b3c4248bd8d797db15d88d772
tree8dcb976c17049887e27d4119a900200ad29c56ea
parentd79a8c68d6ea2288dc8574f994bb281c2a784cf8
added fdprintf()

this is like fprintf() but operates on a file descriptor

combined with file_load_lines() this makes it really easy to get rid
of the use of fopen() in Samba.
(This used to be commit bd5cd502bf52164b95d7bfc026189e04988171db)
source3/include/smb.h
source3/lib/slprintf.c
source3/lib/util_file.c