Is it Friday yet?

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@235229 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher 2009-12-15 23:51:05 +00:00
parent 473837a4ab
commit d4894b3d25
1 changed files with 5 additions and 0 deletions

View File

@ -66,6 +66,11 @@ static force_inline int attribute_pure ast_strlen_zero(const char *s)
}
#endif
#ifdef SENSE_OF_HUMOR
#define ast_strlen_real(a) (a) ? strlen(a) : 0
#define ast_strlen_imaginary(a) ast_random()
#endif
/*! \brief returns the equivalent of logic or for strings:
* first one if not empty, otherwise second one.
*/