Next: , Previous: , Up: Reentrant Syscalls   [Contents][Index]


13.2.13 _stat_r—Reentrant version of stat

Synopsis

#include <reent.h>
int _stat_r(struct _reent *ptr,
    const char *file, struct stat *pstat);

Description
This is a reentrant version of stat. It takes a pointer to the global data block, which holds errno.