|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
|
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. | |
| void | G_remove_commas (char *buf) |
| Removes commas from number string. | |
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.
Inserts commas into a number string.
Examples:
Note: Does not work with negative numbers.
| [in,out] | buf | string |
Definition at line 35 of file commas.c.
References G_strlcpy().