Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
suricodes
/
hindi-sindhi-docker
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
hindi-sindhi-docker
/
mosesdecoder
/
xmlrpc-c-1.51.06
/
test
/
client_dummy.c
suricodes
Upload folder using huggingface_hub
fd49381
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
169 Bytes
#
include
<stdio.h>
#
include
"client.h"
void
test_client
(
void
)
{
printf
(
"Running dummy client test."
);
printf
(
"\n"
);
printf
(
"Client tests done.\n"
);
}