Sha256: 7dc095203e521daf4d8905a926af5c4e9d837c495b734985218b03ad87e5f6ff
Contents?: true
Size: 358 Bytes
Versions: 8
Compression:
Stored size: 358 Bytes
Contents
#ifndef SLIMUTILS_H #define SLIMUTILS_H char * CSlim_BuyBuf(char const*, int); char * CSlim_BuyString(char const*); typedef struct MapStringInt { const char* string; int n; } MapStringInt; int CSlim_MapToIntFrom(MapStringInt*, const char*); const char* CSlim_MapToStringFrom(MapStringInt*, int); int CSlim_IsCharacter(unsigned char const* byte); #endif
Version data entries
8 entries across 8 versions & 1 rubygems