l64a - convert a 32-bit integer to a radix-64 ASCII string
#include <stdlib.h> char *l64a(long value);
Refer to a64l().