Sha256: 3eeb7c7db118215dc9dd80db115bc5ff967c861d47b8d3a01aa289a601fe38c9

Contents?: true

Size: 96 Bytes

Versions: 2

Compression:

Stored size: 96 Bytes

Contents

#ifndef __HELPER_H__
#define __HELPER_H__

int helper(int a, int b) {
  return a + b;
}

#endif

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rbplusplus-0.1.1 test/headers/include/helper.h
rbplusplus-0.1 test/headers/include/helper.h