Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Telepathy Communications Library - <b>bin_not()</b> - binary negation http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   bin_not() - binary negation

   nResult := bin_not(nParam)

   nParam      32-bit integer.

   Returns     Bitwise negation of nParam.

   Returns the binary bitwise negation of its parameter.  The parameter
   must be a numeric integer.

   Example:

       #include "telepath.ch"

       tp_tflags(bin_and(tp_tflags(), bin_not(TF_ECHO)))
           // Turn off local echo.

See Also: bin_and() bin_or() bin_xor()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson