|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
System utilities (environment) for WASM/Emscripten. More...
Go to the source code of this file.
Functions | |
| const char * | platform_getenv (const char *name) |
| const char * | platform_strerror (int errnum) |
| int | platform_setenv (const char *name, const char *value) |
| int | platform_unsetenv (const char *name) |
| pid_t | platform_get_pid (void) |
System utilities (environment) for WASM/Emscripten.
Definition in file wasm/system.c.
| pid_t platform_get_pid | ( | void | ) |
Definition at line 35 of file wasm/system.c.
Referenced by asciichat_instr_runtime_get(), and options_state_init().
| const char * platform_getenv | ( | const char * | name | ) |
Definition at line 13 of file wasm/system.c.
Referenced by client_audio_pipeline_process_duplex(), client_crypto_handshake(), crypto_handshake_client_key_exchange(), ed25519_verify_signature(), get_discovery_database_dir(), parse_ssh_private_key(), path_validate_user_path(), and prompt_unknown_host().
| int platform_setenv | ( | const char * | name, |
| const char * | value | ||
| ) |
Definition at line 24 of file wasm/system.c.
Referenced by __attribute__().
| const char * platform_strerror | ( | int | errnum | ) |
Definition at line 20 of file wasm/system.c.
Referenced by file_read_error_message(), and file_write_error_message().
| int platform_unsetenv | ( | const char * | name | ) |
Definition at line 30 of file wasm/system.c.