Browse Source

[types.inc] Adding file with some struc defs

Vinicius Teshima 10 tháng trước cách đây
mục cha
commit
d01d7102ae
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  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 = $ - .
+}