Tcomms Optimization p1 (still broke)

This commit is contained in:
tigercat2000
2018-04-04 09:20:37 -07:00
parent 8fae4e380f
commit 354cf75cb7
7 changed files with 48 additions and 29 deletions
+1
View File
@@ -0,0 +1 @@
#define TCOMMS_SAFE_INDEX(list, index) list.len > index ? list[index] : null