On Wed, May 15, 2013 at 4:06 PM, Avneet Kaur <kauravneet...@gmail.com> wrote: > I think we should > 2. */.h files in include/. > 3. */.c files in src_c/
I disagree with points 2 and 3. Show me some other project that does it that way. The most common code astructure we're used to has .c and it's respective .h files in the same directory.