2022-03-29 21:10:50 +02:00
|
|
|
#ifdef STATICLIB2_IFACE_1
|
|
|
|
# error "STATICLIB2_IFACE_1 incorrectly defined"
|
|
|
|
#endif
|
|
|
|
#ifdef STATICLIB2_IFACE_2
|
|
|
|
# error "STATICLIB2_IFACE_2 incorrectly defined"
|
|
|
|
#endif
|
2013-11-03 12:27:13 +02:00
|
|
|
|
2016-07-09 11:21:54 +02:00
|
|
|
int staticlib1()
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|