mirror of
https://github.com/0intro/wmii
synced 2024-11-22 13:52:17 +03:00
10 lines
83 B
C
10 lines
83 B
C
#include "plan9.h"
|
|
#include <bio.h>
|
|
|
|
int
|
|
Bfildes(Biobuf *bp)
|
|
{
|
|
|
|
return bp->fid;
|
|
}
|