1 2 3 4 5 6 7 8 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__ */