wmii/lib/libbio/bfildes.c

10 lines
83 B
C

#include "plan9.h"
#include <bio.h>
int
Bfildes(Biobuf *bp)
{
return bp->fid;
}