RCS file: dist_add.c,v Working file: dist_add.c head: 1.4 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 4; selected revisions: 4 description: This is the base file for adding distances using structures. ---------------------------- revision 1.4 date: 2013/12/12 05:34:44; author: root; state: Exp; lines: +13 -0 Modified the struct distance, added aa new element struct mks *. allocated space for mks for one struct distance d1. ---------------------------- revision 1.3 date: 2013/12/12 05:26:18; author: root; state: Exp; lines: +20 -8 Total usage of pointers for adding distances using structures. ---------------------------- revision 1.2 date: 2013/12/12 05:10:18; author: root; state: Exp; lines: +14 -7 used structure pointer for adding distances. Also used malloc () for allocating memory. Inckuded stdlib.h for supporting malloc(). ---------------------------- revision 1.1 date: 2013/12/12 04:31:18; author: root; state: Exp; Initial revision =============================================================================