Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thlorenz/flush-all

Calls `fflush(NULL)` to flush all open buffers.
https://github.com/thlorenz/flush-all

Last synced: 2 months ago
JSON representation

Calls `fflush(NULL)` to flush all open buffers.

Awesome Lists containing this project

README

        

# flush-all [![build status](https://secure.travis-ci.org/thlorenz/flush-all.png)](http://travis-ci.org/thlorenz/flush-all)

Calls `fflush(NULL)` to [flush](http://www.gnu.org/software/libc/manual/html_node/Flushing-Buffers.html) all open buffers.

```js
var flushAll = require('flush-all');
flushAll();
```

## Installation

npm install flush-all

## License

MIT