[ create a new paste ] login | about

Link: http://codepad.org/4LtGZUeJ    [ raw code | fork ]

C, pasted on Jun 14:
1
2
3
4
5
6
7
8
9
struct foo {
  char *s;
  int *l;
}

struct bar {
  char s[PATH_MAX];
  int l[5];
}


Create a new paste based on this one


Comments: