Sha256: 978d3b167c3e50c05169651bec0f401d2dfd1b9d8bf5635c6eeb1b49b4be94d1
Contents?: true
Size: 339 Bytes
Versions: 5
Compression:
Stored size: 339 Bytes
Contents
#ifndef CODEPOINTS_H #define CODEPOINTS_H 1 typedef struct{ unsigned long long code; unsigned int byte_length; } UnicodeHash; typedef struct{ unsigned long long *ary; int length; } Codepoints; UnicodeHash unicode_hash_new(const char *str); Codepoints codepoints_new (const char *str, int byte_len); #endif /* CODEPOINTS_H */
Version data entries
5 entries across 5 versions & 1 rubygems