#include int main() { struct timex txc; txc.modes = 0; adjtimex(&txc); return(txc.status & 64); }