[go: up one dir, main page]

Menu

[901c6f]: / cmake / test-printf-I64.c  Maximize  Restore  History

Download this file

5 lines (4 with data), 73 Bytes

1
2
3
4
#include <stdio.h>
int main() {
printf("%I64d", (long long int)0);
}