README.md 899 字节
Newer Older
mysterywolf's avatar
mysterywolf 已提交
1
# getline/getdelim for RT-Thread POSIX(IEEE Std 1003.1-2008)
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

[![Build Status](https://travis-ci.org/ivanrad/getline.svg?branch=master)](https://travis-ci.org/ivanrad/getline)

https://github.com/ivanrad/getline

Read a delimited record from stream.

Yet another (hopefully portable C) implementation of getline/getdelim.
These are ersatz functions, a drop-in replacement, to be used on those occasions when your C library does not already support them.

For more details, see [Open Group Base Specification for getdelim/getline][opengroup-spec].

## Building the project

Just run `make`.

## License

This code is unlicensed -- free and released into the public domain. See `UNLICENSE` file for more information.

[opengroup-spec]: http://pubs.opengroup.org/onlinepubs/9699919799/functions/getline.html


## 联系&维护
Meco Man 

jiantingman@foxmail.com

https://github.com/mysterywolf/getline