2018-08-09 18:06:22 +02:00
|
|
|
#ifndef testLib9ObjPub_USED
|
|
|
|
# error "testLib9ObjPub_USED not defined!"
|
|
|
|
#endif
|
|
|
|
#ifdef testLib9ObjPriv_USED
|
|
|
|
# error "testLib9ObjPriv_USED defined but should not be!"
|
|
|
|
#endif
|
|
|
|
#ifndef testLib9ObjIface_USED
|
|
|
|
# error "testLib9ObjIface_USED not defined!"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
int testLib9(void);
|
|
|
|
|
2024-04-14 22:45:38 +02:00
|
|
|
int main(void)
|
2018-08-09 18:06:22 +02:00
|
|
|
{
|
|
|
|
return testLib9();
|
|
|
|
}
|