Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jyavenard@htpc:~/pcliving/mythtv/git/mythtv$ cat > test.c
- #include <stdio.h>
- void main(void)
- {
- printf("\\.myregex\n");
- }
- jyavenard@htpc:~/pcliving/mythtv/git/mythtv$ gcc -o test test.c
- jyavenard@htpc:~/pcliving/mythtv/git/mythtv$ ./test
- \.myregex
Advertisement
Add Comment
Please, Sign In to add comment