shithub: riscv

ref: 37827f533bcfe73d8aff7088fbeee1eaa42e8094
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;
}