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: 4 months 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-21T13:27:25.000Z (almost 11 years ago)
- Last Synced: 2025-01-23T17:17:52.302Z (5 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 ....