libuv-snippets
libuv-snippets copied to clipboard
some libuv code snippets written while learning c and libuv
Results
1
libuv-snippets issues
Sort by
recently updated
recently updated
newest added
A uv_fs_read example based on [this test](https://github.com/libuv/libuv/blob/v1.x/test/test-fs.c). This example repeats reading until reaching the end of the file that was passed as command line argument, and then close it. Tested...