# cc **Repository Path**: mengqp/cc ## Basic Information - **Project Name**: cc - **Description**: write some minicode with c and c++ - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-30 - **Last Updated**: 2022-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #+TITLE: 写一些c 和 c++ 的小程序 #+STYLE: #+OPTIONS: ^:nil #+AUTHOR: mengqp * Table of Contents :TOC_4_org:noexport: - [[src][src]] - [[test][test]] - [[unittest][unittest]] * src 写一些功能的接口函数 * test 针对于接口写的一些测试函数 * unittest 针对于接口写的一些单元测试函数