This is G o o g l e's cache of http://richard.levitte.org/hacks/computersongs/SONG1.TXT.
G o o g l e's cache is the snapshot that we took of the page as we crawled the web.
The page may have changed since that time. Click here for the current page without highlighting.


Google is not affiliated with the authors of this page nor responsible for its content.
These terms only appear in links pointing to this page: levitte

Title    : 0x0d2c
Original : ?
Group    : ?
Author   : Bill Mitchell <mitchell@mdd.comm.mot.com>
Intro    : 
Song     : 


               0x0d2c
               ------
    
      May all your signals trap
    May your references be bounded
           All memory aligned
       Floats to ints be rounded
    
    Remember....
    
          Nonzero is TRUE
            ++ adds one
       Arrays start with [0]
        NULL points to none
    
        For octal use zero
          0x means in hex
            use = to set
         and == for a test
    
        Use -> for a pointer
         a dot if it's not
          ?: is confusing
          use this a lot
    
        a.out is your program
        there's no 'u' in foobar
       and char (*(*x())[])() is
     a function returning a pointer
        to an array of pointers
      to functions returning a char