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

https://github.com/dadadel/c_usefull

Some usefull C functions as striping a string
https://github.com/dadadel/c_usefull

Last synced: 10 months ago
JSON representation

Some usefull C functions as striping a string

Awesome Lists containing this project

README

          

c_usefull
=========

Here are some usefull C functions that I had to recode many times.
So I put them here to be able to use them easily. Furthermore, it could be usefull for anyone interested.

The provided functions concern:

- string_manip:

Provides functions for string manipulating as striping, changing to lower or upper case, searching a pattern.

- basic_list:

Provides basic chained list functions (init, add_element, release resources)

Or unuseful code:

- multiply:

This provide a function multipying two numbers without using any multiplication or division :)
This is not useful :)

Syntaxe:

gcc -o multiply multiply
./multiply 42 42