# repo **Repository Path**: cwz_eikoh/repo ## Basic Information - **Project Name**: repo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2021-10-22 - **Last Updated**: 2021-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 2021211267 some changes #include typedef struct LINE{ char name[20]; int age; char sex; struct LINE * next; }ListLink;