Abraxas/CCS Home
Table of Contents
Module - 21.html
ABRAXAS SOFTWARE
- CodeCheck CCS Test-Suite
CCS -C Test Suite for Module - 21.cpp
/*
21) Avoid initialization dependencies across compilation units.
*/
namespace {
// bad 21, global declare in a namespace
int N21 = NULL;
};
Abraxas/CCS Home
Table of Contents
ABRAXAS SOFTWARE
- CodeCheck CCS Test-Suite CCS