The Conventions being followed

The header files ( files with .h extensions ) have been classified into two categories:         These files contain the constants declarations.         Such files contain the structures and function definitions. The implementation for the functions listed here have to provided in the corresponding .c file.

In all the source files (.c files), other files have been included using the relative paths. For example the include statements are of the following type:
        #include<../commonIncludes/globalDefn.h>