view ffstools/tiffs-rd/pathname.h @ 225:c04aa85559ed

TIFFS in vitro reader started
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 13 Jan 2014 09:05:01 +0000
parents 2900fe603f8a
children ae9ff2d1e3da
line wrap: on
line source

#define	MAX_FN_COMPONENT	20
#define	MAX_DIR_NEST		6
#define	PATHNAME_BUF_SIZE	((MAX_FN_COMPONENT+1) * MAX_DIR_NEST + 2)