diff examples/ch1-01.c @ 3:7faae8f46238 libtomcrypt-orig

Branch renaming
author Matt Johnston <matt@ucc.asn.au>
date Mon, 31 May 2004 18:25:41 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/ch1-01.c	Mon May 31 18:25:41 2004 +0000
@@ -0,0 +1,18 @@
+/* 
+ * Name      : ch1-01.c
+ * Purpose   : Demonstration of a basic libtomcrypt program
+ * Author    : Tom St Denis
+ *
+ * History   : v0.79 Initial release
+ */
+ 
+/* ch1-01-1  */
+/* Include the default headers and libtomcrypt headers */
+#include <mycrypt.h>
+
+int main(void)
+{
+   return 0;
+}
+/* ch1-01-1  */
+