|
| From: | address@hidden |
| Subject: | diff for code C |
| Date: | Wed, 22 Jan 2003 13:22:58 +0100 |
Hi, I have a question for you.
I would like ignore difference of this type:
file1.c:
if (i==1) { printf("hello world");
}
---
file2.c:
if (i==1)
{
printf("hello world");
}
How can I do?
Thanks Alex.
| [Prev in Thread] | Current Thread | [Next in Thread] |