Eponymous
   



About
The things about which I feel the need to write... The web-based journal of M. Forde, computer nerd and endurance athlete


contact

Sections

  • main
  • musings
  • running
  • DeLorean
  • code
  • unix
  • album
  • Archives

  • 2011
  • 2010
  • 2009
  • 2008
  • 2007
  • Links

  • olix0r.net
  • netmeister.org
  • Giraffes
  • Been There, Run That
  • Eat. Run. Sleep.

  •        
    19 Apr 2011

    It's not magic, it's C.
    I love reading comments like

    /* These defined magically in the linker script. */
    I found that in the GNU Standard C Library implementation when GCC told me the the variables to which the comment referred were undefined. I guess that linker script isn't magic after all...

    [/code] [comment] [permanent link]