util/mem: Move memdup to new util/mem.c file

This seems handy and I want to use this in wlr_color_representation.
This commit is contained in:
David Turner 2025-07-15 14:01:54 +01:00
parent c14aa1d0b8
commit f5dc6416f0
4 changed files with 33 additions and 11 deletions

View file

@ -6,6 +6,7 @@ wlr_files += files(
'global.c',
'log.c',
'matrix.c',
'mem.c',
'rect_union.c',
'region.c',
'set.c',