stdint tag

1 questions


1 answers
52 views
0
I keep getting warnings when I print out int64_t of C

When int64_t is printed as %d, I keep getting a warningI tried a bigger %lld and it's the same ㅜㅜ lld is the biggest thing I know, what should I do?#include <stdio.h>#include <stdint.h>int...

1 years ago

© 2024 OneMinuteCode. All rights reserved.