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