Skip to content

RyugaXhypeR/string-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

160 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String-Ext

Build Status

A wrapper around c-strings to provide high level string functions.

Installation

Install the package from latest releases or clone the repository and cd into its directory.

On Unix, Linux and macOS:

autoreconf --install
./configure
make
make install

Usage

After installation, include the header file string_ext.h to use it.

Also, link the library file libstringext.a while compiling

cc <input-file.c> -l:libstringext.a

About

String library to perform high level operations on c-strings.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors