changeset 9 | c3fecc82ade6 |
parent 8 | 96d16dfe787a |
8:96d16dfe787a | 9:c3fecc82ade6 |
---|---|
1 /* |
1 /** |
2 * $Id: md5.c,v 1.2 2008-04-29 07:26:06 mbroeker Exp $ |
2 * test/demos/md5.c |
3 * $Source: /development/c/demos/md5.c,v $ |
3 * Copyright (C) 2008 Markus Broeker |
4 */ |
4 */ |
5 |
5 |
6 #include <stdio.h> |
6 #include <stdio.h> |
7 #include <stdlib.h> |
7 #include <stdlib.h> |
8 #include <lsf.h> |
8 #include <lsf.h> |