File: bfildes.c

package info (click to toggle)
wmii 3.6%2Bdebian-8
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,328 kB
  • ctags: 1,519
  • sloc: ansic: 14,819; sh: 674; makefile: 217
file content (9 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#include	"plan9.h"
#include	<bio.h>

int
Bfildes(Biobuf *bp)
{

	return bp->fid;
}