tbfildes.c - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
tbfildes.c (82B)
---
1 #include "lib9.h"
2 #include <bio.h>
3
4 int
5 Bfildes(Biobuf *bp)
6 {
7
8 return bp->fid;
9 }