Sha256: 4150a81bcc80324d6c5ed3d4161d581a3d97121932a5b9ddf4953d5fecf695ca
Contents?: true
Size: 334 Bytes
Versions: 4
Compression:
Stored size: 334 Bytes
Contents
#include <stdio.h> int main(void) { #ifdef BASE printf("Base configuration\n"); #endif #ifdef COMMON printf("Common configuration\n"); #endif #ifdef COMMON2 printf("Common2 configuration\n"); #endif #ifdef DEBUG printf("Debug configuration\n"); #endif #ifdef RELEASE printf("Release configuration\n"); #endif return 0; }
Version data entries
4 entries across 4 versions & 2 rubygems