io: implement stat'ing paths, files, and directory contents
This commit is contained in:
8
io/sys/darwin/status.h
Normal file
8
io/sys/darwin/status.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _IO_DARWIN_STATUS_H_
|
||||
#define _IO_DARWIN_STATUS_H_
|
||||
|
||||
#include <blue/core/status.h>
|
||||
|
||||
extern enum b_status b_status_from_errno(int error, enum b_status default_value);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user