Prev: [PATCH] Adding four read-only files to /proc/sys/vm
Next: bluetooth:hci_bcsp Fix operation on 'bcsp->msgq_txseq' may be undefined
From: Justin P. Mattock on 1 Jul 2010 21:00 On 07/01/2010 05:10 PM, David Howells wrote: > Justin P. Mattock<justinmattock(a)gmail.com> wrote: > >> a bit confused with the whole: "?:" though >> *condition ? value if true : value if false* (what if both are true >> what if both are false or does it matter?) > > If you say: > > cond ?: false_value > > then you'll get cond if cond is non-zero and false_value if it isn't. > > I suspect it's a gccism. > > David > I'll have to experiment with this one.. ?: Justin P. Mattock -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |