shithub: riscv

ref: b0e2ea4e5ffaec335c2a61ee98d2c5d3f1052569
dir: /sys/src/libbio/bfildes.c/

View raw version
#include	<u.h>
#include	<libc.h>
#include	<bio.h>

int
Bfildes(Biobufhdr *bp)
{

	return bp->fid;
}