# c_my_string **Repository Path**: picksan/c_my_string ## Basic Information - **Project Name**: c_my_string - **Description**: 一个c语言可变长字符串,实现了常用的字符串操作函数。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-04 - **Last Updated**: 2024-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 介绍 使用c语言定义了一个可变长字符串结构体,并实现常用的字符串操作函数。 # 引用 ### 新命名 在项目中引入`customstring_operations.c`和`customstring_operations.h`即可使用。 ### 旧命名 在项目中引入`string_operations.c`和`string_operations.h`即可使用。 # 测试方法 在linux系统下,运行 `sh run.sh` 会自动编译并执行单元测试。