Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d1be722330a0899f12bd777274e2bc1238b10ce4
/
.
/
Tests
/
RunCMake
/
PrintHelpers
/
rot13.h
blob: 9afea5f49e3c51ec1a75fa985b65764402b463cf [
file
]
#ifndef
ROT13_H
#define
ROT13_H
#include
<stdlib.h>
#include
<string.h>
void
rot13
(
char
*
in
);
#endif