An open API service indexing awesome lists of open source software.

https://github.com/jmatth11/gap_buffer

simple implementation of a gap buffer data type
https://github.com/jmatth11/gap_buffer

c gap-buffer strings-manipulation

Last synced: about 1 year ago
JSON representation

simple implementation of a gap buffer data type

Awesome Lists containing this project

README

          

# Gap Buffer

A simple implementation of a Gap Buffer for text insertion and deletion.

Provided a small main.c driver for example usage.