Re: Question about kernel module syntax !!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2009/5/11 RT Mistler <rtmistler@xxxxxxxxxx>:
> 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 "!")

Another use of !! is like this:

 Node *left, *right;
        int childCount() {
                return !!left + !!right;
        }

Regards
Martin

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ



[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux