Template:hc
Jump to navigation
Jump to search
Block code with header.
- Use Template:bc for block code without header.
- Use Template:ic for inline code.
Usage
- Template:Ic or Template:Ic: the code in the top pane
- Template:Ic or Template:Ic: the code in the bottom pane
{{hc|main.h|#include <stdio.h>}}
{{hc|head=main.h|output=#include <stdio.h>}}
Example
main.h
#include <stdio.h>