X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=t%2Fapenwarr%2F111-example%2Fmystr.h;fp=t%2Fapenwarr%2F111-example%2Fmystr.h;h=1bf584e016e24fd41642b5340b6bc53948055883;hb=a6510ac6225a3a93df9d27dc316a3c1c0fcde426;hp=0000000000000000000000000000000000000000;hpb=a5111e179e5aca57420fd1cc95c1b21e7cd34226;p=goredo.git diff --git a/t/apenwarr/111-example/mystr.h b/t/apenwarr/111-example/mystr.h new file mode 100644 index 0000000..1bf584e --- /dev/null +++ b/t/apenwarr/111-example/mystr.h @@ -0,0 +1,6 @@ +#ifndef __MYSTR_H +#define __MYSTR_H + +extern char *mystr; + +#endif