Mike:

Why two different implementations for copying memory (i.e. memcpy vs. dest[] = src[])? Why not use dest[] = src[] exclusively.

Because currently you can't use memcpy at compile-time.

Bye,
bearophile

Reply via email to