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