Sha256: a0275f524b09db6dae742b73409214ef1836cc54fad803816254055008c97654
Contents?: true
Size: 316 Bytes
Versions: 5
Compression:
Stored size: 316 Bytes
Contents
#ifndef _NL_TYPES_H #define _NL_TYPES_H #ifdef __cplusplus extern "C" { #endif #define NL_SETD 1 #define NL_CAT_LOCALE 1 typedef int nl_item; typedef void *nl_catd; nl_catd catopen (const char *, int); char *catgets (nl_catd, int, int, const char *); int catclose (nl_catd); #ifdef __cplusplus } #endif #endif
Version data entries
5 entries across 5 versions & 1 rubygems