about summary refs log tree commit diff
path: root/cpetpet.h
blob: cbd3ced0a171056d9aef73f1dc39b97f82e4956e (plain)
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__ */