Update array.h.md

This commit is contained in:
Ralph Desir
2015-06-05 00:05:41 -04:00
parent 8a14073207
commit b9716c59c7
+13
View File
@@ -1 +1,14 @@
### mrb_ary_new
```C
mrb_value mrb_ary_new(mrb_state *mrb);
```
Initializes an array.
#### Example
example.c
```C
```