📌
Index
- What's this Repo?
- List of Archives
- Technologies
- How to Run
- Find a Bug? Or somenthing need to change?
✨
What's Get Next Line of 42?
This is a fucntion to get next line of the text in a archive or other places thats generate a filedescription like the standard input and output.
📋
List of Archives
Standard
In this files, you will find GNL using standard lists and recursive function that's using strjoin and other function from Libft, and made like others did.
Linked List
In this files, you will find GNL using linked list that's is a resource that's more efficient that the standard list from C, we learn about it in the bonus of the Libft, and this is probably more efficient that other's because of that.
Standard
Functions from get_next_line
- all non-libft functions that's necessary to run the GNLget_next_line_utils
- all functions from libft that's necessary to run the GNLget_next_line header
- the header of the GNL
Linked List
Functions from get_next_line
- all non-libft functions that's necessary to run the GNLget_next_line_utils
- all functions from libft that's necessary to run the GNLget_next_line header
- the header of the GNL
💻
Technologies
This Project was made with:
👷
How to Run
# If you want a Script for testing use this :
# https://github.com/Tripouille/gnlTester
# or use the example_main.c in the main folder and make you the test.
# Clone the Repo
$ git clone https://github.com/luizlcezario/get_next_line.git
# Enter in the Folder
$ cd get_next_line
# *************COMMANDS************ #
# what of the to GNLs you want to test entry in the folder
$ cd GNL or cd GNLinked
# for test with the example_main.c you need to copy the example_main.c
#folder the folder and than rename to main.c and run the comamand below.
# then run this command to generate the exe of
$ make all
# run the test with the main example
$ ./get_next_line
🐛
Issues?
Please feel free to create a new issue with its title and description on the issues page of the Get_Next_Line Repository. If you have already found the solution to the problem, I would love to review your pull request!
Give