elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
libc
/
include
/
sys
/
stat.h
File editor
#ifndef _SYS_STAT_H #define _SYS_STAT_H #include <features.h> #include <sys/types.h> #include __SYSINC__(stat.h) /* hysterical raisins */ #define S_IREAD S_IRUSR /* read permission, owner */ #define S_IWRITE S_IWUSR /* write permission, owner */ #define S_IEXEC S_IXUSR /* execute/search permission, owner */ int lstat(const char * __path, struct stat * __statbuf); int fstat(int __fd, struct stat * __statbuf); int stat (const char * restrict path, struct stat * restrict buf); int mkdir(const char *pathm, mode_t mode); int mknod(const char *path, mode_t mode, dev_t dev); int mkfifo(const char *path, mode_t mode); mode_t umask(mode_t mode); int chmod(const char *path, mode_t mode); #endif
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history