# list **Repository Path**: cily.mo/list ## Basic Information - **Project Name**: list - **Description**: A simple C list library. - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-09-07 - **Last Updated**: 2024-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Description C library for general list. Include create, destroy, append, remove.. ## Dependency NONE ## Compile 1. sudo apt-get install cmake 2. mkdir build && cd build 3. cmake .. 4. make ## Test ./list