sp/genpass.h

9 行
107 B
C

#ifndef GENPASS_H
#define GENPASS_H
#include <stdbool.h>
void genpass(int count, bool issecure);
#endif