8 lines
56 B
C
8 lines
56 B
C
|
#include <errno.h>
|
||
|
|
||
|
int
|
||
|
main(void)
|
||
|
{
|
||
|
return !EFTYPE;
|
||
|
}
|