C
In computing, C is a general-purpose, block structured, procedural, imperative computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system.
Application
Any
Platform
Any
License
Open Source
Remove
A GPL source, schematic, and article on interfacing an HD44780-based LCD display to an Atmel AVR microcontroller. Code is written in C for avr-gcc with avr-libc. Tested under Linux and an ATmega8...
Given the nature of open source software, many Linux
applications are distributed in a "tarball" containing source
code that you must build before you can run the application.
Larger...
What is C99? Who needs it? Is it available yet? The author
discusses the 1999 revision of the ISO C standard, with a focus
on the availability of new features on Linux and BSD systems.
The C99...
Every ISP needs a log file analysis program. One of the best is the Webalizer, an open source product originally written in Perl and rewritten in C soon thereafter.