diff options
Diffstat (limited to 'src/lib/string/printf.c')
-rw-r--r-- | src/lib/string/printf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/string/printf.c b/src/lib/string/printf.c index 4443e25fb4..f8be3b4704 100644 --- a/src/lib/string/printf.c +++ b/src/lib/string/printf.c @@ -3,6 +3,11 @@ * Copyright (c) 2007-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * \file printf.c + * \brief Compatibility wrappers around snprintf and its friends + **/ + #include "lib/string/printf.h" #include "lib/err/torerr.h" #include "lib/cc/torint.h" |