bfildes.c (83B) download
1#include "lib9.h"
2
3#include <bio.h>
4
5int Bfildes(Biobuf* bp) {
6
7 return bp->fid;
8}
unix/fisslib/libbio/bfildes.c in master | |
Repositories | Summary | Log | Files | LICENSE |
bfildes.c (83B) download
1#include "lib9.h"
2
3#include <bio.h>
4
5int Bfildes(Biobuf* bp) {
6
7 return bp->fid;
8}