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
/
lib
/
util
/
include
/
unistdx.h
suricodes
Upload folder using huggingface_hub
fd49381
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
238 Bytes
#
ifndef
UNISTDX_H_INCLUDED
#
define
UNISTDX_H_INCLUDED
/* Xmlrpc-c code #includes "unistdx.h" instead of <unistd.h> because
<unistd.h> does not exist on WIN32.
*/
#
ifndef
WIN32
#
include
<unistd.h>
#
else
#
endif
/* WIN32 */
#
endif