StupidOS/boot/common/macro.inc

10 lines
103 B
C++

;; File: macro.inc
;; Macro: DEFN name
macro DEFN x {
virtual at 0
x x
sizeof.#x:
end virtual
}