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
tree:
0911347353
Branches
Tags
×
1.0-RELEASE
1.5-RELEASE
master
UbixOS
/
contrib
/
netbsd-tests
/
usr.bin
/
xlint
/
lint1
/ d_c9x_array_init.c
Charlie Root
on 31 Dec 2017
84 bytes
More Cleanup
Raw
Blame
History
/* C9X array initializers */ int foo[256] = { [2] = 1, [3] = 2, [4 ... 5] = 3 };