Wiki page arrays.md changed with summary [] by Dmitri Chudinov

This commit is contained in:
Dmitri Chudinov 2022-05-21 04:08:20 -07:00 committed by www-data
parent 96c320344d
commit a9b293d3d0
1 changed files with 1 additions and 1 deletions

View File

@ -698,5 +698,5 @@ int inline_array_foreach_remove()
[Inline Array API](https://www.enlightenment.org/develop/legacy/api/c/start#group__Eina__Inline__Array__Group.html)
: A reference for the Inline Array API.
[Array Example](https://git.enlightenment.org/tools/examples.git/tree/reference/c/eina/src/eina_array.c)
[Array Example](https://git.enlightenment.org/enlightenment/examples/src/branch/master/reference/c/eina/src/eina_array.c)
: An example use of the Array API.