#ifndef ACCOUNT_H #define ACCOUNT_H void create_account(const char* username, const char* password); void authenticate_user(const char* username, const char* password); #endif