A file with the most important functions in C, read and validate int, float, string, char, options and files. All to help you start your project in C without have to spend a lot of time building this basic functions that already validade the input.
Just Dowload the content and open in you IDE of choice or click on Model.c and copy.
Put your code int the main area and use the functions given. If you use windows you need to install GCC compiler (MAC already come pre installed), always download the lasted version, then open the prompt in the folder that you saved the C file and run gcc model.c
and ./a.out
.
Feel free to send any update
If you see a code or method here that doesn't work anymore with the current C version or is not a good fit, please submit a pull request to improve this file or consider updating it, thank you!