summaryrefslogtreecommitdiff
path: root/src/stdlib/l64a.c
blob: 99585372dc8eeee41357bef02ec616bf8ac96126 (plain)
1
2
3
4
5
6
7
8
9
10
#include <stdlib.h>

char * l64a(long value)
{
	return NULL;
}

/*
XOPEN(400)
*/