Sha256: ffd01af7c4f98a87770ec1f71f6ae4b30238e1b755659e4fadd1f29e9b0f9b20
Contents?: true
Size: 267 Bytes
Versions: 12
Compression:
Stored size: 267 Bytes
Contents
#ifndef VALIDATE_SALESFORCE_ID_H #define VALIDATE_SALESFORCE_ID_H 1 #include "ruby.h" #include <stdbool.h> #define VALID_CHARMAP_SIZE 62 extern const char VALID_CHARMAP[VALID_CHARMAP_SIZE]; bool is_id_valid(VALUE rb_sId); #endif /* VALIDATE_SALESFORCE_ID_H */
Version data entries
12 entries across 12 versions & 1 rubygems