Angka
0.0.1
A C library focusing on data manipulation and visualization
|
Functions | |
int | agx_string_length_integer (int val) |
count the string length of an integer value More... | |
int | agx_string_length_string (char *str) |
count the string length of a string More... | |
int | agx_string_length_double (double val) |
count the string length of a double value More... | |
int agx_string_length_double | ( | double | val | ) |
count the string length of a double value
val |
usage:
int agx_string_length_integer | ( | int | val | ) |
count the string length of an integer value
val |
usage:
int agx_string_length_string | ( | char * | str | ) |
count the string length of a string
str |
usage: