├── LICENSE ├── Makefile ├── README.md ├── cstring.c ├── cstring.h └── test.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudwu/cstring/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudwu/cstring/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudwu/cstring/HEAD/README.md -------------------------------------------------------------------------------- /cstring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudwu/cstring/HEAD/cstring.c -------------------------------------------------------------------------------- /cstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudwu/cstring/HEAD/cstring.h -------------------------------------------------------------------------------- /test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudwu/cstring/HEAD/test.c --------------------------------------------------------------------------------