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
- Host: GitHub
- URL: https://github.com/dadadel/c_usefull
- Owner: dadadel
- License: gpl-3.0
- Created: 2013-10-24T12:04:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-11T18:19:09.000Z (over 12 years ago)
- Last Synced: 2025-03-27T15:53:44.217Z (over 1 year ago)
- Language: C
- Size: 160 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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