diff options
| author | Nakidai <nakidai@disroot.org> | 2024-09-22 16:05:27 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2024-09-22 16:05:27 +0300 |
| commit | 13feee2e6c44417f9f5a1a9560eccc463aaef449 (patch) | |
| tree | a4f9734635725d76b0c13f551c9bfb95dca55e64 /cpetpet.h | |
| download | cpetpet-13feee2e6c44417f9f5a1a9560eccc463aaef449.tar.gz cpetpet-13feee2e6c44417f9f5a1a9560eccc463aaef449.zip | |
Add files
Diffstat (limited to 'cpetpet.h')
| -rw-r--r-- | cpetpet.h | 9 |
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__ */ |