|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Embedded resource access implementation. More...
Go to the source code of this file.
Functions | |
| int | get_manpage_template (FILE **out_file, const char **out_content, size_t *out_len) |
| int | get_manpage_content (FILE **out_file, const char **out_content, size_t *out_len) |
| void | release_manpage_resources (FILE *file) |
Variables | |
| const char | embedded_manpage_template [] |
| const size_t | embedded_manpage_template_len |
Embedded resource access implementation.
Provides runtime access to embedded or filesystem-based resources based on build configuration.
Definition in file embedded_resources.c.
| int get_manpage_content | ( | FILE ** | out_file, |
| const char ** | out_content, | ||
| size_t * | out_len | ||
| ) |
Definition at line 87 of file embedded_resources.c.
| int get_manpage_template | ( | FILE ** | out_file, |
| const char ** | out_content, | ||
| size_t * | out_len | ||
| ) |
Definition at line 34 of file embedded_resources.c.
References embedded_manpage_template, embedded_manpage_template_len, platform_fopen(), and safe_snprintf().
Referenced by manpage_resources_load().
| void release_manpage_resources | ( | FILE * | file | ) |
Definition at line 103 of file embedded_resources.c.
|
extern |
Referenced by get_manpage_template().
|
extern |
Referenced by get_manpage_template().