Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 363 Bytes

readme.md

File metadata and controls

24 lines (17 loc) · 363 Bytes

#Filelib cross platform c-api for file access

clear api's to read/write files to and from the disk.

##Usage

$cd $filelib_dir/example;
chmod +x example_run.sh;
./example_run.sh

##Validate

$cd $filelib_dir/test;
chmod +x test_run.sh;
./test_run.sh

License

Filelib is available under the MIT license. See the LICENSE file for more info.