MCC files
[repair.git] / Repair / RepairCompiler / MCC / link.struct
1 structure Node {
2      int data;
3      Node *next;
4 }