From 13feee2e6c44417f9f5a1a9560eccc463aaef449 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sun, 22 Sep 2024 16:05:27 +0300 Subject: Add files --- cpetpet.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cpetpet.h (limited to 'cpetpet.h') 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 + + +void CPetPet(const char *in, const char *out, const size_t speed); + +#endif /* __PETPET_C__ */ -- cgit 1.4.1