SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
8
devel/py-wurlitzer/files/getsize.c
Normal file
8
devel/py-wurlitzer/files/getsize.c
Normal file
|
@ -0,0 +1,8 @@
|
|||
#import <stdio.h>
|
||||
|
||||
int
|
||||
main(void)
|
||||
{
|
||||
printf("%zu", sizeof(FILE));
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue