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
/
time.h
File editor
#ifndef _SYS_TIME_H #define _SYS_TIME_H #include <time.h> #define ITIMER_REAL 0 struct itimerval { struct timeval it_interval; /* timer interval */ struct timeval it_value; /* current value */ }; int gettimeofday (struct timeval * restrict tp, void * restrict tzp); int settimeofday (const struct timeval *tp, const struct timezone *tzp); int setitimer(int which, const struct itimerval *value, struct itimerval *ovalue); #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