Sign in
plan9port
/
plan9
/
96d6b19dcd4f359c3fa8eefcb8615082c840e184
/
.
/
src
/
libbio
/
bfildes.c
blob: 5188180f8a9b9857c90c74897bcc8883cca05ac7 [
file
]
#include
"lib9.h"
#include
<bio.h>
int
Bfildes
(
Biobuf
*
bp
)
{
return
bp
->
fid
;
}