Sfoglia il codice sorgente

[types.inc] Adding file with some struc defs

Vinicius Teshima 10 mesi fa
parent
commit
d01d7102ae
1 ha cambiato i file con 12 aggiunte e 0 eliminazioni
  1. 12 0
      src/types.inc

+ 12 - 0
src/types.inc

@@ -0,0 +1,12 @@
+
+struc db [data] {
+    common
+	. db data
+	.size = $ - .
+}
+
+struc rb [data] {
+    common
+	. rb data
+	.size = $ - .
+}