1 2 3 4 5 6 7
// Forward declaration bool commonStrict(); int main(int argv, char** args) { return commonStrict() ? 0 : -1; }