You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef SCOPED_A_1
|
|
# error "SCOPED_A_1 not defined"
|
|
#endif
|
|
#ifndef SCOPED_B_1
|
|
# error "SCOPED_B_1 not defined"
|
|
#endif
|
|
#ifndef SCOPED_A_2
|
|
# error "SCOPED_A_2 not defined"
|
|
#endif
|
|
void Scope(void)
|
|
{
|
|
}
|