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

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

View File

@ -161,5 +161,5 @@ eina_strbuf_free(mybuffer);
[String Buffer API](https://www.enlightenment.org/develop/legacy/api/c/start#group__Eina__String__Buffer__Group.html)
: A reference for the String Buffer API
[String Example](https://git.enlightenment.org/tools/examples.git/tree/reference/c/eina/src/eina_string.c)
[String Example](https://git.enlightenment.org/enlightenment/examples/src/branch/master/reference/c/eina/src/eina_string.c)
: Example code showing how to use Strings, String Buffers and Stringshares.