diff 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
line wrap: on
line diff
--- a/quickrypt.c	Sun May 06 08:45:40 2012 -0700
+++ b/quickrypt.c	Sun May 06 09:04:14 2012 -0700
@@ -1,3 +1,6 @@
+/*
+ * quickrypt: a quick and dirty crypt(3) utility for use with node.js.
+ */
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>