Template:hc

From DDraceNetwork
Revision as of 21:14, 30 August 2022 by Zwelf (talk | contribs) (Add template category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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>