GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
3
Releases
2
Fork
: 0
ohpnjrpnicow
/
UbixOS
Transfer to URL with SHA
Find file
Newer
Older
branch:
master
Branches
Tags
×
1.0-RELEASE
1.5-RELEASE
master
UbixOS
/
debug
/ st.c
Christopher W. Olsen
on 16 Dec 2020
76 bytes
More Test Apps
Raw
Blame
History
#include <stdio.h> int main() { printf("off_t: %i\n", sizeof(off_t)); }