decisions decisions decisions...

This commit is contained in:
Ellen Arvidsson 2025-06-25 17:10:11 +02:00
parent 0344ec69b0
commit d4106c7004
3 changed files with 90 additions and 53 deletions

View file

@ -1,6 +1,9 @@
#ifndef _SPHO_SUBT_H
#define _SPHO_SUBT_H
#include "spho/bind.h"
#include "spho/scope.h"
int spho_is_subt(struct spho_ctx *, const struct spho_tp *,
const struct spho_tp *);
#endif /* ifndef _SPHO_SUBT_H */