9 lines
191 B
C
9 lines
191 B
C
#ifndef _SPHO_SUBT_H
|
|
#define _SPHO_SUBT_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 */
|