wmii/libbio/bfildes.c

10 lines
83 B
C
Raw Normal View History

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