WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=3a217454a7ba7b00933681131f3516153f3b69b4
commit 3a217454a7ba7b00933681131f3516153f3b69b4 Author: Gareth Halfacree <[email protected]> Date: Wed Nov 22 05:49:01 2017 -0800 Wiki page start.md changed with summary [created] by Gareth Halfacree --- pages/develop/guides/c/eina/start.md.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pages/develop/guides/c/eina/start.md.txt b/pages/develop/guides/c/eina/start.md.txt new file mode 100644 index 000000000..7cfd747f9 --- /dev/null +++ b/pages/develop/guides/c/eina/start.md.txt @@ -0,0 +1,25 @@ +--- +~~Title: The Eina Programming Guide~~ +~~NOCACHE~~ +--- + +# The Eina Programming Guide # + + +``Eina`` provides data types and useful tools. + +The ``Eina`` library implements an *application programming interface (API)* for data types in an efficient way. It also provides some useful tools for tasks including opening shared libraries, error management, type conversion, time accounting, and memory pool. + +## Contents ## + +* **Data Types** + * [Iterator Functions](iterator-functions.md) + * [Strings](strings.md) + * [Arrays](arrays.md) + * [Hash Tables](hash-tables.md) + * [Lists](lists.md) + * [Generic Value](generic-value.md) +* **Eina Tools** + * [String Tool](tools/eina-string-tool.md) + * [Memory Pools](tools/eina-mempool.md) + * [Safety Checks](tools/eina-safety-checks.md) \ No newline at end of file --
