plan9port/src/libbio/bfildes.c

10 lines
82 B
C
Raw Normal View History

2003-09-30 17:47:41 +00:00
#include "lib9.h"
#include <bio.h>
int
Bfildes(Biobuf *bp)
{
return bp->fid;
}