eina: add an example to demonstrate different eina insert and sort functions.
authorSrivardhan Hebbar <sri.hebbar@samsung.com>
Mon, 22 Dec 2014 14:08:41 +0000 (15:08 +0100)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 22 Dec 2014 14:09:59 +0000 (15:09 +0100)
commit701f7b073761a19acb0ff37ef8ab7d6bda6d34b3
tree2d9415b14319ef866e85e5b76f75d0de36c1b3f5
parent62a6db2dace24315ceeb344b01b4d5c6dd3b32c7
eina: add an example to demonstrate different eina insert and sort functions.

Summary:
While going through eina for understanding, wrote  a program to understand
he differences between different eina inarray functions. Thought, this might
be useful for others too, so adding the same.

Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: devilhorns

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1803

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
doc/eina_examples.dox
src/examples/eina/.gitignore
src/examples/eina/Makefile.am
src/examples/eina/Makefile.examples
src/examples/eina/eina_inarray_03.c [new file with mode: 0644]
src/lib/eina/eina_inarray.h