flang
flang copied to clipboard
libflang: Fix strcmp_klen return value type
Ftn_strcmp_klen return value type should be int like its similar sibling functions and like the compiler assumes when generating a call to this function.
Signed-off-by: Itay Bookstein [email protected]