libpulsar
A modular compiler for the pulsar programming language
Loading...
Searching...
No Matches
Data Fields
ps_file_ctx Struct Reference

Information captured in a file necessary for effective info/error reporting. More...

#include <io.h>

Data Fields

STR filename
 
char * buffer
 
usize length
 

Detailed Description

Information captured in a file necessary for effective info/error reporting.

Definition at line 15 of file io.h.

Field Documentation

◆ buffer

char* ps_file_ctx::buffer

Definition at line 17 of file io.h.

◆ filename

STR ps_file_ctx::filename

Definition at line 16 of file io.h.

◆ length

usize ps_file_ctx::length

Definition at line 18 of file io.h.


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