| |
1 <!DOCTYPE html> |
| |
2 <html> |
| |
3 <head> |
| |
4 <title>c2html</title> |
| |
5 <style type="text/css"> |
| |
6 div.c2html-code { |
| |
7 white-space: pre; |
| |
8 font-family: monospace; |
| |
9 } |
| |
10 a.c2html-lineno { |
| |
11 /* as long as user-select isn't widely spread, we throw the bomb */ |
| |
12 -webkit-user-select: none; |
| |
13 -moz-user-select: none; |
| |
14 -ms-user-select: none; |
| |
15 user-select: none; |
| |
16 display: inline-block; |
| |
17 font-style: italic; |
| |
18 text-decoration: none; |
| |
19 color: grey; |
| |
20 } |
| |
21 span.c2html-keyword { |
| |
22 color: blue; |
| |
23 } |
| |
24 span.c2html-macroconst { |
| |
25 color: cornflowerblue; |
| |
26 } |
| |
27 span.c2html-type { |
| |
28 color: cornflowerblue; |
| |
29 } |
| |
30 span.c2html-directive { |
| |
31 color: green; |
| |
32 } |
| |
33 span.c2html-string { |
| |
34 color: darkorange; |
| |
35 } |
| |
36 span.c2html-comment { |
| |
37 color: grey; |
| |
38 } |
| |
39 span.c2html-stdinclude { |
| |
40 color: darkorange; |
| |
41 } |
| |
42 span.c2html-userinclude { |
| |
43 color: darkorange; |
| |
44 } |
| |
45 a.c2html-userinclude { |
| |
46 color: darkorange; |
| |
47 text-decoration: underline; |
| |
48 } |
| |
49 </style> |
| |
50 </head> |
| |
51 <body> |
| |
52 |
| |
53 <div class="c2html-code"> |
| |
54 <a class="c2html-lineno" name="l1" href="#l1">1 </a></body> |
| |
55 <a class="c2html-lineno" name="l2" href="#l2">2 </a></html> |
| |
56 <a class="c2html-lineno" name="l3" href="#l3">3 </a><!c |
| |
57 <a class="c2html-lineno" name="l4" href="#l4">4 </a>pblock_free(q); |
| |
58 <a class="c2html-lineno" name="l5" href="#l5">5 </a>!> |
| |
59 <a class="c2html-lineno" name="l6" href="#l6">6 </a> |
| |
60 </div> |
| |
61 </body> |
| |
62 </html> |
| |
63 |