Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/libbio/bfildes.c
#include <u.h> #include <libc.h> #include <bio.h> int Bfildes(Biobufhdr *bp) { return bp->fid; }