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