GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
GIS Library - Done message functions. More...
#include <stdarg.h>
#include <grass/gis.h>
#include <grass/glocale.h>
Go to the source code of this file.
Functions | |
int | G_done_msg (const char *msg,...) |
Print a final message. More... | |
GIS Library - Done message functions.
(C) 2001-2008 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file done_msg.c.
int G_done_msg | ( | const char * | msg, |
... | |||
) |
Print a final message.
[in] | msg | string. Cannot be NULL. |
Definition at line 29 of file done_msg.c.
References G_message(), and G_program_name().