13.10.11, 09:16 - Linux
Dennis Ritchie passed away oct. 8th 2011. the creator of C died aged 70. it's needless to count his innovations.
another idol gone :(
links:
https://plus.google.com/101960720994009339267/posts/ENuEDDYfvKP?hl=en
http://boingboing.net/2011/10/12/dennis ... entor.html
http://webcache.googleusercontent.com/s ... m/who/dmr/
http://webcache.googleusercontent.com/s ... /hist.html
#include <stdio.h>
#DEFINE RIP 1
int main (int argc, char *argv[])
{
printf("Goodbye, Dennis Ritchie, thanks for C!\n");
return RIP;
}