|
libpulsar
A modular compiler for the pulsar programming language
|
Go to the source code of this file.
Functions | |
| void | ps_file_ctx_init (struct ps_file_ctx *file_ctx, STR filename, char *buffer, usize length) |
Initializes file_ctx to describe the given file (filename, buffer, length). | |
| char * | ps_read_file_safe (const char *filename, isize *length_ext) |
| void ps_file_ctx_init | ( | struct ps_file_ctx * | file_ctx, |
| STR | filename, | ||
| char * | buffer, | ||
| usize | length | ||
| ) |