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

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