index
:
pub/users/cem/playground.git
master
[no description]
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
C
/
HF
/
chap4
/
cryptic
/
encrypt.h
blob: 7d5cf9d0d3741b5f51bdf4bee35d29e14d650182 (
plain
)
1
2
3
4
5
6
#ifndef ENCRYPT_H #define ENCRYPT_H void encrypt(char *m); #endif