Strings

A dynamic strings function for C
Download

Strings Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Asbjorn Enge

Strings Tags


Strings Description

strings is an open source, flexible and simple C library that implements support for double-linked dynamic strings in C. It features functions to delete, create, concat, format, split and search strings. To compile this library, execute the following commands: gcc -c strings.c -DHAVE_LONG_LONG gcc -c lists.c gcc -c global.c gcc -c strings_demo.c gcc -o strings_demo strings_demo.o strings.o lists.o global.o -lpthread Product's homepage


Strings Related Software