[ create a new paste ] login | about

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

C, pasted on Sep 14:
1
2
3
4
5
6
7
typedef struct {
  int element;
  struct atom *next;
} atom;
int main(){
   atom *n;
}


Output:
No errors or program output.


Create a new paste based on this one


Comments: