Dennis Ritchie (1941-2011)
Dennis Ritchie died today, the co-creator of Unix and the C programming language.
I would think his influence is as big as Steve Jobs's given that most devices are programmed with C and most of the infrastructure is built with C.
#include <stdio.h>
int main() {
printf("His pointer has been cast to void *; his process has terminated with exit code 0.\n");
return 0;
}
|
|