Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinkit/littlehelper
This will be a repository where I will place little helpers for programing in C.
https://github.com/kevinkit/littlehelper
Last synced: 3 days ago
JSON representation
This will be a repository where I will place little helpers for programing in C.
- Host: GitHub
- URL: https://github.com/kevinkit/littlehelper
- Owner: kevinkit
- Created: 2014-06-12T13:04:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-21T13:27:25.000Z (over 10 years ago)
- Last Synced: 2024-11-23T10:41:25.076Z (2 months ago)
- Language: C
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
littlehelper
============This will be a repository where I will place little helpers for programing in C.
Usually the files do not need any specific libraries or anything else, just add them to your main.c
1. What is inttochar.h
A file with two functions. The first one is there to convert integers up to 9999 to chars.
The second function can replace strings with other strings in strings ....