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