|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-4bb960b182
|
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.
SPDX-FileCopyrightText: 2001-2014 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
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 33 of file commas.c.
References G_strlcpy().