Cextract v.1.7
Is ideal for generating header files for large multi-file C programs; cextract also functions as a rudimentary documentation extractor, generating a sorted list of all functions and their locations. FREEWARE, C source.
Cflow -- a program to reveal C program structure
This program, CFLOW, accepts C source files as input and generates as output to STDOUT a roughly structured listing of module (function) declarations and the function calls within them. With C Sourcecode.
HFILES.C
This program reads through source files, generating a list of dependencies suitable for inclusion in a makefile. It can handle C-style include syntax (#include "file") or assembler-style syntax (include file), and can be easily modified to support other syntaxes.
LOC - Lines Of Code Utility
Is a Lines Of Code counting tool. Although it cannot analyze your code and verify that it conforms to any particular technique that might ensure some level of "quality", it does provide some good indicators that help gage software quality and quantity.
Source Code Lines Counter v1.0
A small utility that does all the work of counting the source code lines for you. You can enter any number of file names or wildcards, with the additional option of recursively traversing subdirectories. Source code of the program is included.
STARWARS v1.0
This is a game designed in c language. The c graphics' potential will be seen from the game. Anyone will find this game very interesting!
T Jenning's C source checker
Very crude but very effective C source debugger. Counts the numbers of matching braces, parenthesis and comments, and displays them at the left edge of the screen. The best way to see what it does is to do it; try