Avoid type warning in comparison by making it explicit.
(The difference between two pointers is a "size_t", while MAX_LEN and the result here are "int"s).
Showing
Please register or sign in to comment
(The difference between two pointers is a "size_t", while MAX_LEN and the result here are "int"s).