GRASS 8 Programmer's Manual 8.6.0dev(2026)-8843f13794
Loading...
Searching...
No Matches
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.
 

Detailed Description

GIS Library - Done message functions.

SPDX-FileCopyrightText: 2001-2014 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later

Author
GRASS 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 25 of file done_msg.c.

References _, G_message(), and G_program_name().