Subject: Re: strl{cpy,cat} into libkern
To: Jonathan Stone <jonathan@DSG.Stanford.EDU>
From: Steve Rumble <steve@paintballresource.org>
List: tech-kern
Date: 05/14/2003 18:01:35
Juli Mallett of FreeBSD wrote an optimised version of strlcpy that may
warrant inspection:
http://people.freebsd.org/~jmallett/misc/code/strlcpy.c

For reasons unknown to me it is not in the FreeBSD tree.

-Steve

On Wed, 14 May 2003 14:30:10 -0700
Jonathan Stone <jonathan@DSG.Stanford.EDU> wrote:

> 
> The code is ...  hideous.  Sure, lets do strl{cpy,cat}, but why
> not start with a clean readable, KNF-compliant implementation?