libchewing
libchewing copied to clipboard
Define SUCCESS and ERROR return type
Currently our API and internal function aren't very consistent about the return value. Whether should non-zero result be success or error? We should define the SUCCESS and ERROR symbol instead of return the raw integer.