资 源 简 介
We use strings everyday when we write programs, however C string library is the source of notorious buffer-overflow bugs. As a result, this project is trying to create a C string library that is BOF free. Also, I wish to provide a friendly interface that is easy to use.