Sha256: 37a3f9d68d0158bfac165b862780444334a8cc7cabd112f8808b34ceb4d14cbe
Contents?: true
Size: 139 Bytes
Versions: 4
Compression:
Stored size: 139 Bytes
Contents
#ifndef __NEEDS_CODE_H__ #define __NEEDS_CODE_H__ namespace needs_code { const short getNumber(short in) { return in; } } #endif
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rbplusplus-1.0.1 | test/headers/needs_code.h |
rbplusplus-1.0 | test/headers/needs_code.h |
rbplusplus-0.9.1 | test/headers/needs_code.h |
rbplusplus-0.9 | test/headers/needs_code.h |