Subversion Repositories tendra.SVN

Rev

Rev 78 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef TENDRA_NL_TYPES_H
#define TENDRA_NL_TYPES_H

#include <sys/types.h>

#define NL_SETD         0
#define NL_CAT_LOCALE   1

typedef struct __nl_cat_d {
        void    *__data;
        int     __size;
} *nl_catd;


#endif