chiark / gitweb /
Provide various wrappers for memcpy (COPY_OBJ, BUF_...)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 2 Oct 2014 14:26:58 +0000 (15:26 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 5 Oct 2014 20:06:27 +0000 (21:06 +0100)
commit8438de14c58421696ce5679b062fca4a56188a34
treeb8e6b8b4eca64539b3ff07004b2bb6afd00fe30d
parentca0a30fc297d17a19e82ca0f1c36ef5e11c752fa
Provide various wrappers for memcpy (COPY_OBJ, BUF_...)

These wrappers avoid specifying the size separately or twice, and
COPY_OBJ can check for type safety.

No call sites yet.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
secnet.h
util.h