Template:Hc: Difference between revisions
Jump to navigation
Jump to search
Brodriguez (talk | contribs) (Create page) |
(No difference)
|
Revision as of 13:50, 6 May 2020
Description
Template for Block Code with Header.
- Use Template:bc for Block Code without Header.
- Use Template:ic for Inline Code.
Usage
1orhead: the code in the top pane2oroutput: 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>