7 lines
102 B
C
7 lines
102 B
C
|
extern void ignore(void);
|
||
|
|
||
|
void ignore(void)
|
||
|
{
|
||
|
/* libcompat.a cannot be empty therefore I exist */
|
||
|
}
|