aboutsummaryrefslogtreecommitdiff
path: root/include/08.heap/deo12
diff options
context:
space:
mode:
Diffstat (limited to 'include/08.heap/deo12')
-rw-r--r--include/08.heap/deo125
1 files changed, 0 insertions, 5 deletions
diff --git a/include/08.heap/deo12 b/include/08.heap/deo12
deleted file mode 100644
index 84c5721..0000000
--- a/include/08.heap/deo12
+++ /dev/null
@@ -1,5 +0,0 @@
-static uint8_t k_heapBMGetNID(uint8_t a, uint8_t b) {
- uint8_t c;
- for (c = a + 1; c == b || c == 0; ++c);
- return c;
-}