From mboxrd@z Thu Jan 1 00:00:00 1970 From: linuxdevelop linux Subject: Re: what is the char ~ mean Date: Tue, 8 Nov 2005 09:37:25 -0600 Message-ID: <710f519a0511080737l3bc7b223rcdc111ffe39eaf87@mail.gmail.com> References: <003801c5e40f$c11cce20$060ae29f@javaboy> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: In-Reply-To: <003801c5e40f$c11cce20$060ae29f@javaboy> Content-Disposition: inline Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: jywang Cc: linux-c-programming@vger.kernel.org It is a one's complement. So if you have ~010= 101 ./thanks ilaiy On 11/7/05, jywang wrote: > in linux source code, i find this line, > ~tcp_v4_check(...). > > what is the character ~ mean. > > > > - > To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >