|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1878fdfec5
|
GIS Library - snprintf() clone functions. More...

Go to the source code of this file.
Functions | |
| int | G_snprintf (char *str, size_t size, const char *fmt,...) |
| snprintf() clone. | |
GIS Library - snprintf() clone functions.
SPDX-FileCopyrightText: 2001-2014 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file snprintf.c.
snprintf() clone.
Note: The use of snprintf()/G_snprintf() is discouraged in favour of calculating how long the string will be and allocating enough memory!
| [in] | str | input string |
| [in] | size | length of string |
| [in] | fmt |
Definition at line 39 of file snprintf.c.
References count.