added ability to get default value if is needed

This commit is contained in:
kin fuyuki 2025-12-05 01:47:40 -03:00
commit 7df098eafa
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401
2 changed files with 65 additions and 2 deletions

View file

@ -2,5 +2,6 @@ CC=clang++
CFLAGS=-std=c++23
install:
rm -rf /usr/include/tiny/
mkdir -p /usr/include/tiny/
cp inc/*.h /usr/include/tiny/