_ ãªããdiffã®pãªãã·ã§ã³ãéè¦ãªã®ã diffã«ã¯ã-pã¨ãããªãã·ã§ã³ããã£ã¦ããããæå®ããã¨å¤æ´ãããé¢æ°åãå«ã¾ããã ä¾ï¼ /tmp$ diff -u test.c test2.c --- test.c 2007-06-15 01:12:37.886290094 +0900 +++ test2.c 2007-06-15 01:17:49.292036097 +0900 @@ -4,6 +4,9 @@ for (i = 0; i < 100; i++) { n *= i; } + if (x) { + n ** x; + } return n + x; } /tmp$ diff -pu test.c test2.c â pä»ã --- test.c 2007-06-15 01:12:37.886290094 +0900 +++ test2.c 2007-06-15 01:1
{{#tags}}- {{label}}
{{/tags}}