Skip to content

A lightweight file handling utility for casually using C file streams

License

Notifications You must be signed in to change notification settings

RoyallyFlushed/easy-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-file

A lightweight file handling utility for casually using C file streams

This is a simple header-only library for casual file handling applications. I created this as a way to explore deeper into the world of C file streams, while also allowing myself some neat little tools to better approach any file handling situations, especially for things such as AOC and other code challenges.

Quick Start

  • Download the easy_file.h file into your local project
  • Include the file into your project's C code after first defining the implementation
#define EASY_FILE_IMPLEMENTATION
#include "easy_file.h"

About

A lightweight file handling utility for casually using C file streams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published