SecurePasswd_MGMT 2026.03.19
A modern, cross-platform password manager and two-factor authenticator (TOTP) designed with state-of-the-art security.
Loading...
Searching...
No Matches
platform_paths.c File Reference
#include "platform_paths.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <pwd.h>
Include dependency graph for platform_paths.c:

Functions

void get_config_path (char *path_buffer, size_t buffer_size)
 Gets the platform-specific path to the configuration directory.

Function Documentation

◆ get_config_path()

void get_config_path ( char * path_buffer,
size_t buffer_size )

Gets the platform-specific path to the configuration directory.

Parameters
path_bufferThe buffer to store the path in.
buffer_sizeThe size of the path buffer.