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-0.13.0pre13 spec/fixtures/c_source/hello.c
pry-doc-0.13.0pre12 spec/fixtures/c_source/hello.c
pry-doc-0.13.0pre11 spec/fixtures/c_source/hello.c
pry-doc-0.13.0pre10 spec/fixtures/c_source/hello.c
pry-doc-0.13.0pre9 spec/fixtures/c_source/hello.c
pry-doc-0.13.0pre8 spec/fixtures/c_source/hello.c