eina: add EINA_SENTINEL to help use of variadic functions
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 14 Aug 2012 20:58:36 +0000 (20:58 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 14 Aug 2012 20:58:36 +0000 (20:58 +0000)
commit82ee083b258877aa137c6499072255007bad5c3e
tree48bb28f637f4b4a225f6a70eecf94c81028fc361
parentfc94d7b16860a25a845eeea07d6f6487058f581a
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.

SVN revision: 75271
legacy/eina/src/include/eina_types.h