Sha256: ed59382da312bfc6de0ec4805d007af0d7d8651c7bf7a8dd861b83df639121c1
Contents?: true
Size: 183 Bytes
Versions: 5
Compression:
Stored size: 183 Bytes
Contents
#ifndef _COMPAT_UNISTD_H #define _COMPAT_UNISTD_H #ifdef __cplusplus extern "C" { #endif char * getwd(char *__buf ); #ifdef __cplusplus } #endif #include_next <unistd.h> #endif
Version data entries
5 entries across 5 versions & 1 rubygems