GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
GIS Library - Comma string functions. More...
Go to the source code of this file.
Functions | |
int | G_insert_commas (char *buf) |
Inserts commas into a number string. More... | |
void | G_remove_commas (char *buf) |
Removes commas from number string. More... | |
GIS Library - Comma string 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.
Definition in file commas.c.
int G_insert_commas | ( | char * | buf | ) |
Inserts commas into a number string.
Examples:
Note: Does not work with negative numbers.
[in,out] | buf | string |
Definition at line 38 of file commas.c.
References color_name::number.