Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
AbdulElahGwaith
/
go
like
0
Model card
Files
Files and versions
xet
Community
main
go
/
src
/
debug
/
dwarf
/
testdata
/
line1.h
AbdulElahGwaith
Upload folder using huggingface_hub
e36aeda
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
83 Bytes
static
void
f1
()
{
char
buf[
10
];
int
i;
for
(i =
0
; i <
10
; i++)
buf[i] =
1
;
}