Sha256: 97e24a55e336aaa0d915aa392c79d51b68e71c932fe6c969ce263533b986b50b

Contents?: true

Size: 363 Bytes

Versions: 26

Compression:

Stored size: 363 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;
};

typedef enum cute_enum_e {
  lillybing,
  tote,
  lilt
} baby_enum;

typedef struct {
  int lovely;
  char horse;
} cutie_pie;

void tinkywinky(void) {
}

void lala(void)
{
}

int*
po(void)
{
}

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
pry-doc-1.5.0 spec/fixtures/c_source/hello.c
pry-doc-1.4.0 spec/fixtures/c_source/hello.c
pry-doc-1.3.0 spec/fixtures/c_source/hello.c
pry-doc-1.2.0 spec/fixtures/c_source/hello.c
pry-doc-1.1.0 spec/fixtures/c_source/hello.c
pry-doc-1.0.0 spec/fixtures/c_source/hello.c
pry-doc-0.13.5 spec/fixtures/c_source/hello.c
pry-doc-0.13.4 spec/fixtures/c_source/hello.c
pry-doc-0.13.3 spec/fixtures/c_source/hello.c
pry-doc-0.13.2 spec/fixtures/c_source/hello.c
pry-doc-0.13.2pre7 spec/fixtures/c_source/hello.c
pry-doc-0.13.2pre6 spec/fixtures/c_source/hello.c
pry-doc-0.13.2pre5 spec/fixtures/c_source/hello.c
pry-doc-0.13.2pre4 spec/fixtures/c_source/hello.c
pry-doc-0.13.2pre3 spec/fixtures/c_source/hello.c
pry-doc-0.13.2pre2 spec/fixtures/c_source/hello.c
pry-doc-0.13.2pre1 spec/fixtures/c_source/hello.c
pry-doc-0.13.1 spec/fixtures/c_source/hello.c
pry-doc-0.13.0 spec/fixtures/c_source/hello.c
pry-doc-0.13.0pre14 spec/fixtures/c_source/hello.c