From: jammy.linux@gmail.com (Zhang Meng)
To: kernelnewbies@lists.kernelnewbies.org
Subject: BUILD_BUG_ON_ZERO
Date: Fri, 25 Feb 2011 18:50:35 +0800 [thread overview]
Message-ID: <AANLkTim3kugPOv9F4z5=G3x2P05HChgT2tK_KFsumPPf@mail.gmail.com> (raw)
Hi ~List,
Could anybody explain the macro below? what does it mean?
Thanks in advance.
#define BUILD_BUG_ON_ZERO(e) (sizeof(struct { int:-!!(e); }))
--
Yours sincerely
ZhangMeng
next reply other threads:[~2011-02-25 10:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-25 10:50 Zhang Meng [this message]
2011-02-25 16:33 ` BUILD_BUG_ON_ZERO Dave Hylands
2011-02-26 1:14 ` BUILD_BUG_ON_ZERO Meng Zhang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='AANLkTim3kugPOv9F4z5=G3x2P05HChgT2tK_KFsumPPf@mail.gmail.com' \
--to=jammy.linux@gmail.com \
--cc=kernelnewbies@lists.kernelnewbies.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).