constfs_file_t Struct Reference

A file in ConstFS (file name + contents) More...

Detailed Description

A file in ConstFS (file name + contents)

Definition at line 39 of file constfs.h.

#include <constfs.h>

Data Fields

const char * path
 file system relative path to file
 
const size_t size
 length of data
 
const uint8_t * data
 pointer to file contents
 

The documentation for this struct was generated from the following file: