get_uint
if (get_uint(&buf, &ttl) < 0)
err = get_uint(mesg, &fsloc->locations_count);
err = get_uint(mesg, &listsize);
err = get_uint(mesg, &f->pseudoflavor);
err = get_uint(mesg, &f->flags);
err = get_uint(mesg, &listsize);
err = get_uint(mesg, &mode);
static unsigned int get_uint(struct bitstr *bs, int b);
unsigned int v = get_uint(bs, len) + f->lb;