code: 9ferno

ref: f9deac96f486835bdef70ec5c6f7353cb7269c67
dir: /libbio/bfildes.c/

View raw version
#include	"lib9.h"
#include	<bio.h>

int
Bfildes(Biobuf *bp)
{

	return bp->fid;
}