As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option.
Alternatively you can here view or download the uninterpreted source code file.
1 /* 2 * Test that deheader doesn't choke 3 * on the non-UTF-8 characters in the next line. 4 * 5 * <mapname> ’ ’ <key> 6 */ 7 8 #include <stdio.h> 9 10 intmail() { 11 printf("ABC\n"); 12 return0; 13 }