summary refs log tree commit diff
path: root/cpetpet.h
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2024-09-22 16:05:27 +0300
committerNakidai <nakidai@disroot.org>2024-09-22 16:05:27 +0300
commit13feee2e6c44417f9f5a1a9560eccc463aaef449 (patch)
treea4f9734635725d76b0c13f551c9bfb95dca55e64 /cpetpet.h
downloadcpetpet-13feee2e6c44417f9f5a1a9560eccc463aaef449.tar.gz
cpetpet-13feee2e6c44417f9f5a1a9560eccc463aaef449.zip
Add files
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__ */