FreeCalypso > hg > freecalypso-sw
view ffstools/tiffs-rd/pathname.h @ 899:ab20a5e9dbf3
gsm-fw/L1/dsp code made into a library in preparation for adding patch codes
| author | Space Falcon <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Sun, 05 Jul 2015 02:50:49 +0000 |
| parents | ae9ff2d1e3da |
| children |
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+1) + 1)
