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