util.c revision 6091827530d6dd43479d6709fb6e9f745c11e900
/*-*- Mode: C; c-basic-offset: 8 -*-*/
#include <assert.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include "macro.h"
#include "util.h"
return timespec_load(&ts);
}
return
}
return ts;
}
return
}
return tv;
}
assert(s);
return false;
}
bool startswith(const char *s, const char *prefix) {
assert(s);
return false;
}
int nointr_close(int fd) {
for (;;) {
int r;
return r;
return r;
}
}