Sha256: 5cb346a7f096eb648bb77d82137357337813e4ff32bbe525033463f96d2df0e6
Contents?: true
Size: 164 Bytes
Versions: 13
Compression:
Stored size: 164 Bytes
Contents
#ifndef __WITH_INCLUDES_H__ #define __WITH_INCLUDES_H__ #include "helper.h" namespace code { int func(int a, int b) { return helper(a, b); } } #endif
Version data entries
13 entries across 13 versions & 1 rubygems