about summary refs log tree commit diff
path: root/cpetpet.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpetpet.h')
-rw-r--r--cpetpet.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpetpet.h b/cpetpet.h
new file mode 100644
index 0000000..cbd3ced
--- /dev/null
+++ b/cpetpet.h
@@ -0,0 +1,9 @@
+#ifndef __PETPET_C__
+#define __PETPET_C__
+
+#include <stddef.h>
+
+
+void CPetPet(const char *in, const char *out, const size_t speed);
+
+#endif /* __PETPET_C__ */