commit e7baaa44936c73936c851df919a3748d10a13dc7
parent c971a551fb6861ce02a720dd08fbd0fe7bd3ce5f
Author: Remy Noulin <loader2x@gmail.com>
Date: Sat, 3 Feb 2018 13:29:24 +0100
update readme
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -1,7 +1,8 @@
# Dynamic array
- prefix: __dArray__
-- direct access to array elements like regular C arrays with __dArrayAt__
+- direct access to array elements like regular C arrays with __dArrayAt__: dArrayAt(&darray, 0).structMember = true;
+- no realloc
- the size is increased by pushing elements with __dArrayPush__
- compile with gcc on linux
- x86