Mercurial > hg > index.fcgi > rcg > rcg-1
comparison rcg.c @ 19:ddc56395ee8b
update index.* documentation with usage text
author | paulo@localhost |
---|---|
date | Thu, 29 Mar 2012 00:06:10 -0700 |
parents | 74cf5cfa3ec1 |
children | ebfc52615768 |
comparison
equal
deleted
inserted
replaced
14:46fdf490bcf6 | 15:4d3b7392518a |
---|---|
1 // rcg.c -- regex colored grep | |
2 // Copyright (C) 2010 by Paulo Ang (pbba13@gmail.com) | |
3 // | |
4 // This program is free software: you can redistribute it and/or modify | |
5 // it under the terms of the GNU General Public License as published by | |
6 // the Free Software Foundation, either version 3 of the License, or | |
7 // (at your option) any later version. | |
8 // | |
9 // This program is distributed in the hope that it will be useful, | |
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of | |
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
12 // GNU General Public License for more details. | |
13 // | |
14 // You should have received a copy of the GNU General Public License | |
15 // along with this program. If not, see <http://www.gnu.org/licenses/>. | |
16 | |
17 | |
1 #include <stdio.h> | 18 #include <stdio.h> |
2 #include <stdlib.h> | 19 #include <stdlib.h> |
3 #include <regex.h> | 20 #include <regex.h> |
4 | 21 |
5 #include <string.h> | 22 #include <string.h> |