sstrings

v 1.0.4

C library that handles C strings in a safe way.

Safe Strings is a small C library that handles C strings in a safe way. The functions of this library look at the necessary space for the operations and try to reserve that space (with malloc or realloc). The functions only begin working with their tasks when the memory allocation is successful.

http://pcpool.mathematik.uni-freiburg.de/~pabloy/projects/sstrings/

To install sstrings, paste this in macOS terminal after installing MacPorts

sudo port install sstrings

Add to my watchlist

Installations 0
Requested Installations 0