Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
file_operations_t Struct Reference

#include <file.h>

Data Fields

size_t(* read )(struct file *, char *buffer, size_t size)
 

Detailed Description

Definition at line 12 of file file.h.

Field Documentation

◆ read

size_t(* file_operations_t::read) (struct file *, char *buffer, size_t size)

Definition at line 13 of file file.h.


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