ref: 75a8003a8afb22e8557da98ad5dae63efa365d5e dir: /sys/src/libbio/bfildes.c/
#include <u.h> #include <libc.h> #include <bio.h> int Bfildes(Biobufhdr *bp) { return bp->fid; }