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
/
c86
/
stddef.h
File editor
#ifndef __STDDEF_H #define __STDDEF_H /* stddef.h for C86 */ typedef unsigned int size_t; /* must match STP_SIZE in C86 config.h */ typedef int ptrdiff_t; /* must match STP_PTRDIFF in C86 config.h */ typedef int wchar_t; /* doesn't currently match STP_WIDE in C86 config.h */ #define offsetof(__typ,__id) ((size_t)((char *)&(((__typ*)0)->__id) - (char *)0)) #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