From 40c6b1dafab4de169bac8a799e7953e85061218e Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Tue, 2 Feb 2021 19:23:54 -0500 Subject: TEI interface working! --- include/tps.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 include/tps.h (limited to 'include/tps.h') diff --git a/include/tps.h b/include/tps.h new file mode 100644 index 0000000..70cf1de --- /dev/null +++ b/include/tps.h @@ -0,0 +1,11 @@ +#include + +#include // for strnlen, strncmp, and strcpy +#include // for sprintf (in a single place! grrr) + +// NOTE: We assume that board_size matches TPS size. +enum TPS_RESULT +load_tps(char* in_tps); + +void +generate_tps(char *out_tps); -- cgit v1.3.1