|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Manpage resource stubs for WASM (not needed for mirror mode) 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) |
Manpage resource stubs for WASM (not needed for mirror mode)
Definition in file platform/wasm/stubs/manpage.c.
| int get_manpage_content | ( | FILE ** | out_file, |
| const char ** | out_content, | ||
| size_t * | out_len | ||
| ) |
Definition at line 28 of file platform/wasm/stubs/manpage.c.
| int get_manpage_template | ( | FILE ** | out_file, |
| const char ** | out_content, | ||
| size_t * | out_len | ||
| ) |
Definition at line 15 of file platform/wasm/stubs/manpage.c.
| void release_manpage_resources | ( | FILE * | file | ) |
Definition at line 40 of file platform/wasm/stubs/manpage.c.