1 #ifndef FMTQFN_H 2 #define FMTQFN_H 3 4 extern unsigned int fmtqfn(); 5 6 #define FMTQFN 40 /* maximum space needed, if len(dirslash) <= 10 */ 7 8 #endif 9