plainfs

DXTools Library, simple toolkit for typical cases.

View the Project on GitHub webgtx/plainfs

Welcome to DXTLIB documentation

How to use it?

# How to include into your project ?
mv plainfs/plainfs.h mycode/lib
cd mycode/
gcc main.c lib/plainfs.h -o x && ./x

# How to checkout? 
cd plainfs 
make build run

Useful functions or how to read input without fear :)

Functions