summaryrefslogtreecommitdiff
path: root/list/rulez.txt
diff options
context:
space:
mode:
Diffstat (limited to 'list/rulez.txt')
-rwxr-xr-xlist/rulez.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/list/rulez.txt b/list/rulez.txt
new file mode 100755
index 0000000..65c7ce5
--- /dev/null
+++ b/list/rulez.txt
@@ -0,0 +1,20 @@
+ push
+ static
+ if space l[size++] = d
+ dynamic || naive
+ if !space realloc
+ if space l[size++] = d
+
+ push_i
+ static
+ no sneed
+ dynamic || naive
+ if !space realloc move
+ l[i] = d, size++
+
+ pop
+ static
+ l[size--] = {0}
+ dynamic || naive
+ l[size--] = {0}
+ if space < limit realloc