pattern stuff

This commit is contained in:
2019-02-02 16:54:24 +01:00
parent ddb4a82165
commit b21f9c85c9
6 changed files with 45 additions and 4 deletions

8
pattern.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef PATTERN_H_
#define PATTERN_H_
void patternExec();
void patternInit();
#endif /* PATTERN_H_ */