Drew DeVault 5/29/2018

Embedding files in C programs with koio

Read Original

The article introduces koio, a new tool written in C that embeds files into a C program, creating a virtual file system. It includes a library with an fopen shim to access embedded assets before falling back to the real filesystem. The post explains its use case for projects like chopsui, provides a usage example, and details its lightweight nature and minimal dependencies.

Embedding files in C programs with koio

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week