celt_strerror

Returns the English string that corresponds to an error code @param error Error code (negative for an error, 0 for success @return Constant string (must NOT be freed)

extern (C) const
char*
celt_strerror
(
int error
)

Meta