|
SecurePasswd_MGMT 2026.03.19
A modern, cross-platform password manager and two-factor authenticator (TOTP) designed with state-of-the-art security.
|
#include "platform_paths.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <sys/types.h>#include <pwd.h>Functions | |
| void | get_config_path (char *path_buffer, size_t buffer_size) |
| Gets the platform-specific path to the configuration directory. | |
| void get_config_path | ( | char * | path_buffer, |
| size_t | buffer_size ) |
Gets the platform-specific path to the configuration directory.
| path_buffer | The buffer to store the path in. |
| buffer_size | The size of the path buffer. |