#ifndef GENPASS_H #define GENPASS_H #include void genpass(int count, bool issecure); #endif