Little stub module that replaces functions such as rprintf called from
authorMartin Pool <mbp@samba.org>
Mon, 8 Apr 2002 04:12:31 +0000 (04:12 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 8 Apr 2002 04:12:31 +0000 (04:12 +0000)
commitcd8e38b13f9c7e3a0be54f77819b90376aada291
treef4c00c807d8768cd4912a65bb141a6cc47738d96
parentb35d0d8e9ae9c5407c9f781b545f8a66b9caa9d0
Little stub module that replaces functions such as rprintf called from
many places with a redirector to stderr.  If you just want to test a
particular routine you can link to this rather than the whole framework.
t_stub.c [new file with mode: 0644]