# liblist **Repository Path**: fulinux/liblist ## Basic Information - **Project Name**: liblist - **Description**: 单向和双向链表库 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 15 - **Forks**: 0 - **Created**: 2014-10-23 - **Last Updated**: 2025-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #liblist 使用步骤: 1、 ./autogen.sh 2、 ./configure 3、 make 实例测试: cd util/ 单链表: ./test 双链表: ./dtest