whod
cc = read(fd, buf, sizeof(struct whod));
if (LEFTEARTH(((struct whod *)buf)->wd_recvtime))
for (wd = (struct whod *)buf, i = 0; i < 2; ++i)
struct whod *hs_wd;
#define WHDRSIZE (sizeof(struct whod) - \
sizeof(((struct whod *)NULL)->wd_we))
struct whod *wd;
char buf[sizeof(struct whod)];
cc = read(f, (char *)&wd, sizeof (struct whod));
struct whod wd;
struct whod *w = &wd;
static struct whod mywd;
struct whod wd;
int cc, whod;
cc = recvfrom(sock, (char *)&wd, sizeof(struct whod), 0,
whod = open(path, O_WRONLY | O_CREAT, 0644);
if (whod < 0) {
write(whod, (char *)&wd, cc);
if (fstat(whod, &st) < 0 || st.st_size > cc)
ftruncate(whod, cc);
close(whod);
const struct whod *w = (const struct whod *)buf;