Sha256: 482ccfcd1db700c2fd91136dcf74e248bf038e3696431f49bd19b14046b631cf
Contents?: true
Size: 212 Bytes
Versions: 5
Compression:
Stored size: 212 Bytes
Contents
#ifndef _COMPAT_STRING_H #define _COMPAT_STRING_H #ifdef __cplusplus extern "C" { #endif extern char* strlwr(char *); extern char* strupr(char *); #ifdef __cplusplus } #endif #include_next <string.h> #endif
Version data entries
5 entries across 5 versions & 1 rubygems