Loading...
Searching...
No Matches
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 void * data
 pointer to file contents
 

Field Documentation

◆ data

const void* constfs_file_t::data

pointer to file contents

Definition at line 42 of file constfs.h.

◆ path

const char* constfs_file_t::path

file system relative path to file

Definition at line 40 of file constfs.h.

◆ size

const size_t constfs_file_t::size

length of data

Definition at line 41 of file constfs.h.


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