Coder Social home page Coder Social logo

gnl's Introduction

Get_Next_Line - C - 2019

GNL is a function that reads a file and allows you to read a line ending with a newline character from a file descriptor. When you call the function again on the same file, it grabs the next line.

WeThinkCode:

Mandatory: 100/100
Bonus: 25/25
Peers: 125%

Total: 125/125

Installation:

To get started, clone the Get_Next_Line repo and go into the folder:

git clone https://github.com/mikefmeyer/Get_Next_Line
cd Get_Next_Line/

Run the following command to compile the libft and the function (Change 'main.c' to suit your main's name and 'test_gnl' to something you want.):

make -C libft/ fclean && make -C libft/
clang -Wall -Werror -Wextra -I libft/includes -o get_next_line.o -c get_next_line.c
clang -Wall -Werror -Wextra -I libft/includes -o main.o -c main.c
clang -o test_gnl main.o get_next_line.o -I libft/includes -L libft/ -lft

Running the tests:

To test the function, you need to have files you want to read.

Running the Get_Next_Line function:

Run the executable with './[executable name]' and add the file name you want to read:

./[executable name] [file name]

gnl's People

Contributors

devwithmike avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

nonewline

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.