FreeCalypso > hg > freecalypso-sw
comparison ffstools/tiffs-rd/tree.c @ 234:024042383a26
tiffs IVA: ls reports file sizes
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 26 Jan 2014 11:47:13 +0000 |
parents | ae9ff2d1e3da |
children | 317936902be4 |
comparison
equal
deleted
inserted
replaced
233:ae9ff2d1e3da | 234:024042383a26 |
---|---|
1 /* | 1 /* |
2 * This C module implements operations on the tree level. | 2 * This C module implements operations on the tree level. |
3 */ | 3 */ |
4 | 4 |
5 #include <sys/types.h> | |
5 #include <stdio.h> | 6 #include <stdio.h> |
6 #include <stdlib.h> | 7 #include <stdlib.h> |
7 #include <string.h> | 8 #include <string.h> |
8 #include <strings.h> | 9 #include <strings.h> |
9 #include "types.h" | 10 #include "types.h" |