comparison ffstools/tiffs-rd/pathname.h @ 224:2900fe603f8a

beginning of MPFFS->TIFFS naming convention change
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 12 Jan 2014 07:59:00 +0000
parents
children ae9ff2d1e3da
comparison
equal deleted inserted replaced
223:0848c7f419fd 224:2900fe603f8a
1 #define MAX_FN_COMPONENT 20
2 #define MAX_DIR_NEST 6
3 #define PATHNAME_BUF_SIZE ((MAX_FN_COMPONENT+1) * MAX_DIR_NEST + 2)