char test[11] = "hailceasar"; rot13(test, 11);
Unusual to include the '\0' in the length (11) passed?
No need for another Caesar's cypher. See: https://www.codewars.com/kata/rot13 https://www.codewars.com/kata/rot13-1 https://www.codewars.com/kata/rot13-2 and many others.
Duplicate. Or rather quadruplicate: https://www.codewars.com/kata/rot13 https://www.codewars.com/kata/rot13-1 https://www.codewars.com/kata/rot13-2
FYI - Spelt Caesar not Ceasar
Caesar
Unusual to include the '\0' in the length (11) passed?
No need for another Caesar's cypher.
See:
https://www.codewars.com/kata/rot13
https://www.codewars.com/kata/rot13-1
https://www.codewars.com/kata/rot13-2
and many others.
Duplicate. Or rather quadruplicate:
https://www.codewars.com/kata/rot13
https://www.codewars.com/kata/rot13-1
https://www.codewars.com/kata/rot13-2
FYI - Spelt
Caesar
not Ceasar