askft / rope

A simple char* wrapper in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rope

A simple wrapper for char pointers in C (aka strings).

I just started writing this, so don't expect anything cool yet.

TODO

  • Make less allocations
  • Add more functionality like removing first/last n letter, searching for a substring, accessing the nth letter, etc.

About

A simple char* wrapper in C

License:MIT License


Languages

Language:C 97.6%Language:Makefile 2.4%