OSDN Git Service

Add exfat_read() and exfat_write() interfaces.
authorrelan <relan@users.noreply.github.com>
Mon, 20 Feb 2012 06:14:18 +0000 (06:14 +0000)
committerrelan <relan@users.noreply.github.com>
Mon, 24 Aug 2015 05:26:14 +0000 (08:26 +0300)
commitd68b5e6ae34ecb335c4de0a9668ab31bfa084a8d
tree4fdc7a7caf31699dde9e3db80374879d9ac6d431
parent54fb230d70bf3e75b6d97d28c96a0c6d114e4d77
Add exfat_read() and exfat_write() interfaces.

Currently they are just wrappers for read() and write().
libexfat/exfat.h
libexfat/io.c