WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=4ad7a3a5c8dfa0acf7ff932c892727b8e7bd8fc3
commit 4ad7a3a5c8dfa0acf7ff932c892727b8e7bd8fc3 Author: Gareth Halfacree <[email protected]> Date: Wed Dec 6 08:29:41 2017 -0800 Wiki page start.md changed with summary [created] by Gareth Halfacree --- pages/develop/guides/c/eina/tools/start.md.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pages/develop/guides/c/eina/tools/start.md.txt b/pages/develop/guides/c/eina/tools/start.md.txt new file mode 100644 index 000000000..ebf378d0e --- /dev/null +++ b/pages/develop/guides/c/eina/tools/start.md.txt @@ -0,0 +1,19 @@ +--- +~~Title: Eina Programming Guide - Tools~~ +--- + +# Eina Programming Guide - Tools # + +The ``Eina`` library provides a range of tools for handling common tasks. The following tools are documented: + +## String Tool ## + +[The String Tool](https://www.enlightenment.org/develop/guides/c/eina/tools/eina-string-tool.md) offers a range of string-handling capabilities from conversion to or from upper or lower case, splitting, joining, and matching strings. + +## Memory Pools ## + +[The Memory Pool Tool](https://www.enlightenment.org/develop/guides/c/eina/tools/eina-mempool.md) provides simple handling of memory pools, designed to preallocate fixed-size memory spaces and simplify memory management tasks. + +## Safety Checks ## + +[The Safety Checks](https://www.enlightenment.org/develop/guides/c/eina/tools/eina-safety-checks.md) are a collection of macros designed to check for parameters or values which must never occur, in a similar manner to the ``assert()`` function but with logging and returning capabilities rather than outright abortion. \ No newline at end of file --
