This program can process your strings using my unique functions.
This program supports my version of the following functions:
- my_puts()
- my_fgets()
- my_strlen()
- my_strcpy() and my_strncpy()
- my_strchr()
- my_strcat() and my_strncat()
- my_strdup()
- my_getline()
- my_strstr()
- my_strcmp() and my_strncmp()
Bend the repository and compile the files
First step:
git clone https://github.com/R0flan4k/StringsProcessing.git
Second step:
cd StringProcessing
Third step:
make
