# c_timer **Repository Path**: cily.mo/c_timer ## Basic Information - **Project Name**: c_timer - **Description**: C multiple timer library. - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-09 - **Last Updated**: 2022-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Description The Multiple timer based on POSIX timer. ## Submodules Update. $ git submodule init && git submodule update ## Compile 1. sudo apt-get install cmake 2. mkdir build && cd build 3. cmake .. 4. make