Plan 9 from User Space's /usr/local/plan9/src/libbio/bfildes.c

#include	"lib9.h"
#include	<bio.h>

int
Bfildes(Biobuf *bp)
{

	return bp->fid;
}

Space Glenda

Copyright © 2005 Lucent Technologies, Russ Cox, MIT.
See license for details.