starting subt implementation

This commit is contained in:
Ellen Arvidsson 2025-06-25 13:10:05 +02:00
parent 7d23372846
commit 0344ec69b0
8 changed files with 231 additions and 17 deletions

6
include/spho/subt.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef _SPHO_SUBT_H
#define _SPHO_SUBT_H
#include "spho/bind.h"
#endif /* ifndef _SPHO_SUBT_H */