started writing c implementation of sappho

This commit is contained in:
Ellen Arvidsson 2025-04-09 18:42:43 +02:00
parent 549443c670
commit 2ac5491b44
6 changed files with 134 additions and 0 deletions

4
include/spho/data.h Normal file
View file

@ -0,0 +1,4 @@
#ifndef _SPHO_DATA_H
#define _SPHO_DATA_H
#endif