#include #include #define fstat _fstat #include PUBLIC int fstat(fd, buffer) int fd; struct stat *buffer; { return(_callm1(FS, FSTAT, fd, 0, 0, (char *)buffer, NIL_PTR, NIL_PTR)); }