GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
done_msg.c File Reference

GIS Library - Done message functions. More...

#include <stdarg.h>
#include <grass/gis.h>
#include <grass/glocale.h>
Include dependency graph for done_msg.c:

Go to the source code of this file.

Functions

void G_done_msg (const char *msg,...)
 Print a final message. More...
 

Detailed Description

GIS Library - Done message functions.

(C) 2001-2014 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.

Author
GRASS GIS Development Team
Date
1999-2014

Definition in file done_msg.c.

Function Documentation

◆ G_done_msg()

void G_done_msg ( const char *  msg,
  ... 
)

Print a final message.

Parameters
[in]msgstring. Cannot be NULL.
Returns

Definition at line 29 of file done_msg.c.