Reference count (Rc aka shared_ptr) implementation

This commit is contained in:
Imbus 2025-01-12 11:31:50 +01:00
parent b17d7543cf
commit 168f49d0b2
2 changed files with 84 additions and 0 deletions

5
refcount/Makefile Normal file
View file

@ -0,0 +1,5 @@
# Only define if needed:
# TARGET = main.elf
# SRCS = main.cc
include ../config.mk