#include <time.h>
#include <stdio.h>

int main() {
  printf("value: %ld\n", ((time_t) -11902633));
  printf("value: %d\n", ((int) 47610532));
}

https://stackoverflow.com/questions/54308559/where-is-the-usage-of-type-name-for-c-language-defined-in-the-language-specifi

Reply via email to