8 lines
79 B
C
8 lines
79 B
C
#import <stdio.h>
|
|
|
|
int
|
|
main(void)
|
|
{
|
|
printf("%zu", sizeof(FILE));
|
|
return 0;
|
|
}
|