idenning2003 / cbase

Library of C data structures and tests
https://idenning2003.github.io/cbase/
GNU General Public License v3.0
2 stars 0 forks source link

Add copy constructor to types #36

Closed idenning2003 closed 2 months ago

idenning2003 commented 2 months ago

All types should have a copy constructor pointer.

void (const copy)(const void*);