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