Sha256: edd8d9679527b3f6e357518a93a0b617545a5ff0bef8e1b611a8e391b424ba61
Contents?: true
Size: 440 Bytes
Versions: 74
Compression:
Stored size: 440 Bytes
Contents
// WARNING! THIS FILE IS GENERATED AUTOMATICALLY! DO NOT EDIT IT MANUALLY! #include <string.h> #include "app_build_configs.h" static const char* keys[] = { "" }; static const char* values[] = { "" }; #define APP_BUILD_CONFIG_COUNT 1 const char* get_app_build_config_item(const char* key) { int i; for (i = 1; i < APP_BUILD_CONFIG_COUNT; i++) { if (strcmp(key, keys[i]) == 0) { return values[i]; } } return 0; }
Version data entries
74 entries across 74 versions & 1 rubygems