X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ggo.c;h=deea00bbb1ac46074af5f87ec1fc7787922b0138;hp=58d86d0796adec72bf3ea134532b9bc3c80bea07;hb=d1e6b28f66e243516d01916f9125baee75dd98d6;hpb=9d75ded33ce6664156acb07e311f51d55970bbea diff --git a/ggo.c b/ggo.c index 58d86d07..deea00bb 100644 --- a/ggo.c +++ b/ggo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2013 Andre Noll + * Copyright (C) 2008-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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, ...) {