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