Mercurial > hg > rlgwebd
comparison quickrypt.c @ 1:9bef0941c6dd
Add a few comments.
author | John "Elwin" Edwards <elwin@sdf.org> |
---|---|
date | Sun, 06 May 2012 09:04:14 -0700 |
parents | bd412f63ce0d |
children |
comparison
equal
deleted
inserted
replaced
0:bd412f63ce0d | 1:9bef0941c6dd |
---|---|
1 /* | |
2 * quickrypt: a quick and dirty crypt(3) utility for use with node.js. | |
3 */ | |
1 #include <stdio.h> | 4 #include <stdio.h> |
2 #include <stdlib.h> | 5 #include <stdlib.h> |
3 #include <string.h> | 6 #include <string.h> |
4 #include <crypt.h> | 7 #include <crypt.h> |
5 | 8 |