constants.c: sizeof int and short
This commit is contained in:
parent
d190827141
commit
5c129207ae
1 changed files with 7 additions and 5 deletions
|
@ -9,4 +9,6 @@ void main() {
|
|||
printf("F_GETFL %d\n", F_GETFL);
|
||||
printf("F_SETFL %d\n", F_SETFL);
|
||||
printf("O_NONBLOCK %d\n", O_NONBLOCK);
|
||||
printf("sizeof(int) %d\n", sizeof(int));
|
||||
printf("sizeof(short) %d\n", sizeof(short));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue