summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 5c7c490..0e74c12 100644
--- a/TODO
+++ b/TODO
@@ -9,6 +9,8 @@ Indirection, address and pointers in general
Arrays (definition and use)
int x;
-int a[2] = {1, 2];
+int a[2] = {1, 2};
a[2] = 2;
x = a[2]
+
+Function calls with arguments