Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
4. <a href="#reference-of-easy-c">Reference of Easy C</a>
5. <a href="#last-changes">Last changes</a>
### What is Easy C?
Easy C is c library base on CMake, and it contains many of functions and data types to make your code easy, fast and standard. You can simply use it in your project with CMake.
Easy C is a c library based on CMake, and it contains many functions and data types to make your code easy, fast,and standard. You can simply use it in your project with CMake.
### Why we should use Easy C?
- Have a cleaner code
- Make things easier
- Do things standard
- Faster and better app
- Makes things easier
- Do standard things
- Faster and better app when compared to others
### Usage of Easy C
- First clone library to your project
- Second Add Library to your `CMakeLists.txt`
- Firstly clone library to your project
- Secondly add Library to your `CMakeLists.txt`
```cmake
# if you are using sub directories
# add_subdirectory(lib/easyc)
Expand All @@ -41,4 +41,4 @@ target_link_libraries(main PRIVATE easyc)
| intToString | function | convert int to string | int number |
| copyToString | function | copy string to new string and return it | string text |
| uppercaseChar | function | make character uppercase | char c |
| uppercaseString | function | make string uppercase | string text |
| uppercaseString | function | make string uppercase | string text |