bfildes.c (83B)
1 #include "lib9.h" 2 3 #include <bio.h> 4 5 int Bfildes(Biobuf* bp) { 6 7 return bp->fid; 8 }