--- parser3/src/targets/cgi/parser3.C 2003/03/26 07:45:24 1.216.2.30.2.7 +++ parser3/src/targets/cgi/parser3.C 2003/03/26 18:52:50 1.216.2.30.2.8 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_PARSER3_C="$Date: 2003/03/26 07:45:24 $"; +static const char* IDENT_PARSER3_C="$Date: 2003/03/26 18:52:50 $"; #include "pa_config_includes.h" @@ -528,6 +528,13 @@ static void usage(const char* program) { } int main(int argc, char *argv[]) { +/* Array test; + test+=3; +// test+=4; +// int a=test.count(); +// int b=test.get(0); + int b=test.get(10); + printf("%d", b);*/ #ifdef SIGUSR1 if(signal(SIGUSR1, SIGUSR1_handler)==SIG_ERR) SAPI::die("Can not set handler for SIGUSR1");