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
/
chap7
/
xor.h
blob: 6f3de426864590fa0c61b8dbca5b7144a55e4386 (
plain
)
1
2
3
4
5
6
7
#ifndef XOR_H #define XOR_H void xor42(char *m); void xor64(char *m); #endif