Browse Source

[types.inc] Adding file with some struc defs

Vinicius Teshima 10 months ago
parent
commit
d01d7102ae
1 changed files with 12 additions and 0 deletions
  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 = $ - .
+}