... | @@ -16,4 +16,5 @@ The following section details the suggested coding guideline to be followed in t |
... | @@ -16,4 +16,5 @@ The following section details the suggested coding guideline to be followed in t |
|
* All pointer variables to be checked for null pointer de-reference before use.
|
|
* All pointer variables to be checked for null pointer de-reference before use.
|
|
* Prefer the use of compound literals to initialise struct type variables.
|
|
* Prefer the use of compound literals to initialise struct type variables.
|
|
* Where ever the default external linkage is implied no need for explicit use of extern keyword.
|
|
* Where ever the default external linkage is implied no need for explicit use of extern keyword.
|
|
* Avoid all whitespace errors. |
|
* Avoid all whitespace errors.
|
|
\ No newline at end of file |
|
* 0 warnings and 0 errors policy to be followed. |
|
|
|
\ No newline at end of file |