about summary refs log tree commit diff
path: root/cpetpet.h
blob: 537c1a991c502edb8c3e89ffb9bd6c3181f0af71 (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 delay);

#endif /* __PETPET_C__ */