Hi,

I've been looking at some kernel modules trying to map an embedded
devices resources and while going through a driver, I encountered an
"if" test that employed "!!", example:

if !!function_foo(args) {
 ...
}

What does the "!!" do? (I'm familiar with a single "!")

Please reply directly, I didn't subscribe to the mailing list.

- RT Mistler


--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to