Sha256: 426afc241d2190de3aa9dd7e054da9bd839c2616dd4bc92c51a99ace816c4f04

Contents?: true

Size: 168 Bytes

Versions: 3

Compression:

Stored size: 168 Bytes

Contents

int
foo(void) {
}

#define baby do { \
  printf("baby"); \
  } while(0)

typedef int wassup;

enum bar {
  alpha,
  beta,
  gamma
};

struct baz {
  int x;
  int y;
};

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pry-doc-0.13.0pre6 spec/fixtures/c_source/hello.c
pry-doc-0.13.0pre5 spec/fixtures/c_source/hello.c
pry-doc-0.13.0pre4 spec/fixtures/c_source/hello.c