Function
AgsMathUtilsplit_sum
since: 3.2.0
Declaration [src]
void
ags_math_util_split_sum (
gchar* sum,
gchar*** summand
)
Parameters
sum
-
Type:
gchar*
The sum.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. summand
-
Type:
gchar***
The return location of summands.
The argument will be set by the function. The caller of the function takes ownership of the returned data, and is responsible for freeing it. The value is a NUL terminated UTF-8 string.