Subject: Re: base64 support for uu{de,en}code
To: Perry E. Metzger <perry@piermont.com>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-userlevel
Date: 07/04/2005 19:07:26
On Jul 4, 2005, at 6:45 PM, Perry E. Metzger wrote:

>
> Jason Thorpe <thorpej@shagadelic.org> writes:
>
>> Why not .PATH in the base64 coder from libc?  That should be
>> compatible with host-tool'ness, too.
>>
>
> I was unaware that there was one. What is it called/where is it?

lib/libc/net/base64.c -- provides b64_ntop() [encode] and b64_pton()  
[decode].

-- thorpej