I am reading a nano second value and want to store it in a specific variable, so that I wont loss data. Could someone tell me what could be the data type ??
example :
struct timespec ts;
getrawmonotonic(&ts);
end_time = timespec_to_ns(&ts);
what could be the data type for end_time ??