bfildes.c 82 B

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