mirror of
https://github.com/kkk2z/CatOS.git
synced 2024-12-22 18:55:31 +00:00
9 lines
231 B
C
9 lines
231 B
C
#include "account.h"
|
|
|
|
void create_account(const char* username, const char* password) {
|
|
// アカウント作成コード
|
|
}
|
|
|
|
void authenticate_user(const char* username, const char* password) {
|
|
// ユーザ認証コード
|
|
} |