changeset 77 | 49e0babccb23 |
parent 6 | c3dc3eb3b541 |
child 121 | fef2ccfa7b12 |
76:c46968bddef5 | 77:49e0babccb23 |
---|---|
1 /** |
|
2 * lsflib/tools/dump.c |
|
3 * Copyright (C) 2008 Markus Broeker |
|
4 */ |
|
5 |
|
1 #include <stdio.h> |
6 #include <stdio.h> |
2 #include <stdlib.h> |
7 #include <stdlib.h> |
3 #include <fcntl.h> |
8 #include <fcntl.h> |
4 #include <string.h> |
9 #include <string.h> |
5 #include <unistd.h> |
10 #include <unistd.h> |