#include "internal.h" int io·stat(io·Stream *s, io·Stat *buf) { return fstat(fileno(s), buf); }