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