MissiontoMars / android-stdioext

C functions to access a memory buffer as a FILE for Android's NDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android stdioext library

This repository contains C functions to access a memory buffer as a FILE, such as fmemopen() and open_memstream().

The code has been taken from Tesseract Tools for Android in order to provide a project independent version of the functions.

An Android makefile is provided to help building the library.

About

C functions to access a memory buffer as a FILE for Android's NDK