summaryrefslogtreecommitdiff
path: root/miniany/REQUIREMENTS
diff options
context:
space:
mode:
Diffstat (limited to 'miniany/REQUIREMENTS')
-rw-r--r--miniany/REQUIREMENTS5
1 files changed, 4 insertions, 1 deletions
diff --git a/miniany/REQUIREMENTS b/miniany/REQUIREMENTS
index 9274af4..9cf810d 100644
--- a/miniany/REQUIREMENTS
+++ b/miniany/REQUIREMENTS
@@ -44,4 +44,7 @@ not implementing:
a constant expression. It also seperates syntactical stuff like '['
from logical stuff like 'declaration of array size' and 'derefencing
a pointer'.
-
+- void * allowing to omit (char *) from and to for instance structs
+ in dynamic memory management
+- typedefs are just syntactic sugar, I use them mostly for 'struct T' -> 'T'
+