done_msg.c

Go to the documentation of this file.
00001 #include <grass/gis.h>
00002 #include <grass/glocale.h>
00003 
00004 int G_done_msg(char *msg)
00005 {
00006         G_message(_("%s complete. %s"), G_program_name(), msg);
00007 
00008         return 0;
00009 }

Generated on Wed Dec 19 14:59:05 2007 for GRASS by  doxygen 1.5.4