changeset 9 | c3fecc82ade6 |
parent 6 | c3dc3eb3b541 |
child 77 | 49e0babccb23 |
8:96d16dfe787a | 9:c3fecc82ade6 |
---|---|
1 /* |
1 /** |
2 * $Id: hexdump.c 94 2008-04-05 01:27:30Z mbroeker $ |
2 * test/demos/lsflib/src/hexdump.c |
3 * $URL: http://localhost/svn/c/lsflib/trunk/src/hexdump.c $ |
3 * Copyright (C) 2008 Markus Broeker |
4 * |
|
5 */ |
4 */ |
6 |
5 |
7 #include <stdio.h> |
6 #include <stdio.h> |
8 |
7 |
9 void hexdump (char *s, int len) |
8 void hexdump (char *s, int len) |