Sha256: 9e995a86a788f100265c3371bee98df00e61ad8332fa3649a4c9b2eb314cc081
Contents?: true
Size: 484 Bytes
Versions: 6
Compression:
Stored size: 484 Bytes
Contents
// WARNING! THIS FILE IS GENERATED AUTOMATICALLY! DO NOT EDIT IT MANUALLY! // Generated Tue Dec 07 06:35:02 +0300 2010 #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
6 entries across 6 versions & 1 rubygems