# libtalloc **Repository Path**: juserzhang/libtalloc ## Basic Information - **Project Name**: libtalloc - **Description**: 从samba移植的talloc代码 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-17 - **Last Updated**: 2024-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: TALLOC ## README #从samba移植的 talloc-2.4.2 版本 #编译安装 mkdir build cd build cmake ../ make make install