clueless
public text v1 · immutable#include <stdio.h>#include <time.h>int main() { struct timespec forever = { 1000000, 0 }; printf("%ld\n", (unsigned long) forever.tv_sec); printf("%ld\n", (unsigned long) forever.tv_nsec); return 0;}#include <stdio.h>#include <time.h>int main() { struct timespec forever = { 1000000, 0 }; printf("%ld\n", (unsigned long) forever.tv_sec); printf("%ld\n", (unsigned long) forever.tv_nsec); return 0;}