| # | Line 12 | Line 12 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 12 | #include <stdio.h> | |
| 13 | #include <stdlib.h> | |
| 14 | #include <ctype.h> | |
| 15 | + | #include <string.h> |
| 16 | + | |
| 17 | /* | |
| 18 | * rexpr.c - regular expression parser (ala grep) | |
| 19 | */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |