В Птн, 01/09/2006 в 07:32 +0400, Alexey Tourbin пишет: > int main() > { > char *p1, *p2; > p1 = (void*)p2 = 0; > return 0; > } p1 = (void*) (p2 = 0);