Skip to content

`getdelim()` and `getline()` implementation in C

License

Notifications You must be signed in to change notification settings

arnavyc/getdelim

Repository files navigation

Getdelim

standard-readme compliant

getdelim() & getline() implementation in C.

Licensed under BSD Zero Clause License, a public-domain equivalent license.

Table of Contents

Install

To use getdelim() & getline() functions:

  • Include this project using CMake and link your targets with CMake targets getdelim::getdelim.

  • Or, copy include/ay/getdelim.h into your project and create a C file with following content (or just copy src/ay/getdelim.c ):

#define AY_GETDELIM_IMPLEMENTATION 1
#include "Path to getdelim.h file"

Usage

Refer to POSIX documentation for getdelim() & getline() functions, found here: https://pubs.opengroup.org/onlinepubs/9699919799/functions/getdelim.html

Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as below, without any additional terms or conditions.

License

© 2021 arnavyc <[email protected]>

Licensed under the Zero Clause BSD License. See LICENSE.md file in the project root, or https://opensource.org/licenses/0BSD for full license information.

About

`getdelim()` and `getline()` implementation in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published