commit 4eb01652155e99035b4443c30648e9d5fe2b0748
parent a2249885b2174f5ef3d0e5a0238378f2150128f1
Author: Remy Noulin <loader2x@gmail.com>
Date: Sat, 3 Feb 2018 10:49:18 +0100
add platform
README.md | 1 +
1 file changed, 1 insertion(+)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -4,6 +4,7 @@
- direct access to array elements like regular C arrays with __dArrayAt__
- the size is increased by pushing elements with __dArrayPush__
- compile with gcc on linux
+- x86
# Usage