Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C

Compiler

gcc 10.1.0

Options
Warnings
C11(GNU)
no pedantic

Author

anonymous

over 4 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11
sizeof(size_t) = 8
sizeof(int) = 4
size_t len1 = 2147483649
uint16_t len2 = 1
(int)(len1 - len2) = -2147483648
Exit Code:
0