flang icon indicating copy to clipboard operation
flang copied to clipboard

libflang: Fix strcmp_klen return value type

Open nextsilicon-itay-bookstein opened this issue 4 years ago • 0 comments

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]