sp/genpass.h

9 行
107 B
C
Raw 通常表示 履歴

2023-11-29 23:26:26 +09:00
#ifndef GENPASS_H
#define GENPASS_H
#include <stdbool.h>
void genpass(int count, bool issecure);
#endif