Skip to primary content

The Musings of Chris Samuel

Computers, science, archaeology and other random burblings

Main menu

  • Home
  • Photo Galleries
  • Software
    • Vacation Email Responder

Post navigation

← Previous Next →

RIP Dennis Ritchie – co-inventor of C and Unix

Posted on October 13, 2011 by Chris Samuel

/* RIP Dennis Ritchie */

#include <unistd.h>
#include <stdlib.h>

int main(void)
{
    (void) sleep(60);  /* A minutes silence for DMR */
    exit(EXIT_SUCCESS);
}

Related Posts

  • Vacation 1.2.7.0 Released!Vacation 1.2.7.0 Released!
  • Twitter Weekly Updates for 2009-08-16Twitter Weekly Updates for 2009-08-16
  • Owww!!Owww!!
  • Intel, AMD and ATIIntel, AMD and ATI
  • Twitter Weekly Updates for 2010-02-07Twitter Weekly Updates for 2010-02-07
  • Ballarat Linux Install Fest PicturesBallarat Linux Install Fest Pictures
This entry was posted in Computers by Chris Samuel. Bookmark the permalink.
Proudly powered by WordPress