Template:hc

From Dev Wiki
Revision as of 13:50, 6 May 2020 by Brodriguez (talk | contribs) (Create page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Template

Description

Template for Block Code with Header.

Usage

  • 1 or head: the code in the top pane
  • 2 or output: 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>