packio

view src/packio.c @ 0:a71bd70c1014

simple pack-file I/O library
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 03 Jan 2015 15:29:05 +0200
parents
children a5728bc6a02f
line source
1 #include <stdio.h>
2 #include "packio.h"
4 int pkio_fopen(const char *path)
5 {
6 }