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