Sha256: 8e19a5e5c0040c957682254dcfde4dfc3719e9d1379fc0bd9423a4990a831ab3
Contents?: true
Size: 442 Bytes
Versions: 3
Compression:
Stored size: 442 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tauplatform-1.0.3 | platform/shared/common/app_build_configs.c |
tauplatform-1.0.2 | platform/shared/common/app_build_configs.c |
tauplatform-1.0.1 | platform/shared/common/app_build_configs.c |