eina: add EINA_SENTINEL to help use of variadic functions
authorlucas <lucas>
Tue, 14 Aug 2012 20:58:36 +0000 (20:58 +0000)
committerlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 14 Aug 2012 20:58:36 +0000 (20:58 +0000)
commitfbc6b81cffe7f71b4a1695625e5188810f3cd57c
tree58dea42ba0198acda2f3444b122d515c5106d731
parent27a5b431ddc8e32c796c22ffc0a2c42d6633df7b
eina: add EINA_SENTINEL to help use of variadic functions

Certain types of variadic functions use NULL as the last argument instead of a
string format (printf-like). Functions like these are: execl and execlp.

We are in feature freeze, but I believe this is small and simple enough to slip
in with no headaches. These functions are being used in the new edbus library
and it would be good to have it supported in eina now.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@75271 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/include/eina_types.h