X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=t%2Fapenwarr%2F111-example%2Fmystr.c;fp=t%2Fapenwarr%2F111-example%2Fmystr.c;h=b64b7a51b15c231ccee63d284b97522f97d6fe8f;hb=a6510ac6225a3a93df9d27dc316a3c1c0fcde426;hp=0000000000000000000000000000000000000000;hpb=a5111e179e5aca57420fd1cc95c1b21e7cd34226;p=goredo.git diff --git a/t/apenwarr/111-example/mystr.c b/t/apenwarr/111-example/mystr.c new file mode 100644 index 0000000..b64b7a5 --- /dev/null +++ b/t/apenwarr/111-example/mystr.c @@ -0,0 +1,4 @@ + +#include "mystr.h" + +char *mystr = "Hello, world!";