cfw_string_len() -> cfw_string_length().

This commit is contained in:
Jonathan Schleifer 2012-04-25 11:24:15 +02:00
parent feb90593b9
commit 8645ce783b
2 changed files with 2 additions and 2 deletions

View file

@ -149,7 +149,7 @@ cfw_string_c(CFWString *str)
}
size_t
cfw_string_len(CFWString *string)
cfw_string_length(CFWString *string)
{
return string->len;
}