summaryrefslogtreecommitdiff
path: root/src/stdlib/l64a.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/l64a.c')
-rw-r--r--src/stdlib/l64a.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/stdlib/l64a.c b/src/stdlib/l64a.c
new file mode 100644
index 00000000..99585372
--- /dev/null
+++ b/src/stdlib/l64a.c
@@ -0,0 +1,10 @@
+#include <stdlib.h>
+
+char * l64a(long value)
+{
+ return NULL;
+}
+
+/*
+XOPEN(400)
+*/