#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | G_trim_decimal (char *buf) |
trim |
int G_trim_decimal | ( | char * | buf | ) |
trim
this routine remove trailing zeros from decimal number for example: 23.45000 would come back as 23.45
buf |
Definition at line 16 of file trim_dec.c.
Referenced by G__write_cats().