Difference between revisions of "Creating new files"
From K5Wiki
(stub about creating new files) |
(No difference)
|
Latest revision as of 22:14, 23 November 2009
New C source files should template off of the examples in src/prototype
. New non-header source files should template off of src/prototype/prototype.c
, and new header files should template off of src/prototype/prototype.h
.