This commit is contained in:
kkk2z 2024-07-22 04:48:32 +00:00
parent f0209f6446
commit 6604528bbd

View file

@ -6,4 +6,5 @@ void create_account(const char* username, const char* password) {
void authenticate_user(const char* username, const char* password) {
// ユーザ認証コード
}
}
// a