#ifndef __NLT_H #define __NLT_H extern const char * nlt_attrnames[]; #define nlt_get_attrname(type) nlt_attrnames[type] #endif