Pulled down the Code Markup plugin from http://www.thunderguy.com/semicolon/wordpress/code-markup-wordpress-plugin/
example_func(int t) {
int i;
for (i=0;i<1;++i) {
printf("%d\n",i);
}
}
Hope this looks ok.
Pulled down the Code Markup plugin from http://www.thunderguy.com/semicolon/wordpress/code-markup-wordpress-plugin/
example_func(int t) {
int i;
for (i=0;i<1;++i) {
printf("%d\n",i);
}
}
Hope this looks ok.