about summary refs log tree commit diff
path: root/REORG.TODO/conform/data/nl_types.h-data
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/conform/data/nl_types.h-data')
-rw-r--r--REORG.TODO/conform/data/nl_types.h-data14
1 files changed, 14 insertions, 0 deletions
diff --git a/REORG.TODO/conform/data/nl_types.h-data b/REORG.TODO/conform/data/nl_types.h-data
new file mode 100644
index 0000000000..67a0d7a198
--- /dev/null
+++ b/REORG.TODO/conform/data/nl_types.h-data
@@ -0,0 +1,14 @@
+#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX
+type nl_catd
+type nl_item
+
+constant NL_SETD
+constant NL_CAT_LOCALE
+
+function int catclose (nl_catd)
+function {char*} catgets (nl_catd, int, int, const char*)
+function nl_catd catopen (const char*, int)
+
+allow NL_*
+allow *_t
+#endif