coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: removing coreutils' final strncpy uses


From: ohav chochmah
Subject: Re: removing coreutils' final strncpy uses
Date: Tue, 17 Jul 2012 10:37:49 +0200

Hi,

Why not reuse memccpy (in glibc)? as in 'memccpy(to, from, '\0', size)'.
Not only for sake of reusing, but memccpy is highly optimized for
ia64, and may be optimized for other arches in the future.

Cheers,
philomath.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]