Sha256: e77759b37ffb124633b094860ddd7708abfcc3f6f5a3950232bd07636d9696df

Contents?: true

Size: 97 Bytes

Versions: 11

Compression:

Stored size: 97 Bytes

Contents

#ifndef __HELPER_H__
#define __HELPER_H__

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

#endif

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
rbplusplus-1.4.0 test/headers/include/helper.h
rbplusplus-1.3.0 test/headers/include/helper.h
rbplusplus-1.2.1 test/headers/include/helper.h
rbplusplus-1.2.0 test/headers/include/helper.h
rbplusplus-1.1.0 test/headers/include/helper.h
rbplusplus-1.0.3 test/headers/include/helper.h
rbplusplus-1.0.1 test/headers/include/helper.h
rbplusplus-1.0 test/headers/include/helper.h
rbplusplus-0.9.1 test/headers/include/helper.h
rbplusplus-0.9 test/headers/include/helper.h
rbplusplus-0.8 test/headers/include/helper.h