X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ggo.c;fp=ggo.c;h=99171c73457d150cb2f4b193f5fe20df0025e662;hb=bff0e1a42507311758bc12e73ae0b8d37e01675b;hp=58d86d0796adec72bf3ea134532b9bc3c80bea07;hpb=aac4fd33c39e979bc3f86632507e4ee2846d219a;p=paraslash.git diff --git a/ggo.c b/ggo.c index 58d86d07..99171c73 100644 --- a/ggo.c +++ b/ggo.c @@ -15,6 +15,9 @@ * Wrapper for printf() that exits on errors. * * \param fmt Usual format string. + * + * \return The return value of the underlying (successful) call to vprintf(3), + * i.e. the number of characters printed, excluding the terminating null byte. */ __printf_1_2 int printf_or_die(const char *fmt, ...) {