Skip to content

Commit

Permalink
Update array.h.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Desir committed Jun 5, 2015
1 parent 8a14073 commit b9716c5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/api/array.h.md
@@ -1 +1,14 @@
### mrb_ary_new

```C
mrb_value mrb_ary_new(mrb_state *mrb);
```
Initializes an array.
#### Example
example.c
```C
```

0 comments on commit b9716c5

Please sign in to comment.