8 |
|
|
9 |
Written by: Philip Hazel <ph10@cam.ac.uk> |
Written by: Philip Hazel <ph10@cam.ac.uk> |
10 |
|
|
11 |
Copyright (c) 1997-2000 University of Cambridge |
Copyright (c) 1997-2001 University of Cambridge |
12 |
|
|
13 |
----------------------------------------------------------------------------- |
----------------------------------------------------------------------------- |
14 |
Permission is granted to anyone to use this software for any purpose on any |
Permission is granted to anyone to use this software for any purpose on any |
53 |
int main(void) |
int main(void) |
54 |
{ |
{ |
55 |
int i; |
int i; |
56 |
unsigned const char *tables = pcre_maketables(); |
const unsigned char *tables = pcre_maketables(); |
57 |
|
|
58 |
printf( |
printf( |
59 |
"/*************************************************\n" |
"/*************************************************\n" |