以下是用VIM的TOhtml script產生出來的code in html。
1 #include <pthread.h>
2 #include <stdio.h>
3
4 int debug = 0;
5
6 struct aaa {
7 int a;
8 int b;
9 char c;
10 };
11
12 int main(int argc, char *argv[]) {
13 printf("%d\n", (size_t) &((struct aaa *)0)->c);
14 return 0;
15 }
需要複製的部份有script與pre兩個blocks,需要注意的地方有以下幾點:
- 將script複製到blogger html template的head block中
- 要把script block中的comment tag拿掉,不然顏色會出不來
- 請把script block中body的定義comment掉,不然整個blogger頁面的顏色都會被改掉
- 將pre block複製到blogger本文中
No comments:
Post a Comment