]> Cypherpunks.ru repositories - goredo.git/blob - t/apenwarr/111-example/mystr.h
Import tests from apenwarr/redo and redo.sh
[goredo.git] / t / apenwarr / 111-example / mystr.h
1 #ifndef __MYSTR_H
2 #define __MYSTR_H
3
4 extern char *mystr;
5
6 #endif