Shipwright/soh/include/macro.inc

5 lines
57 B
C++

.macro glabel label
.global \label
\label:
.endm